Skip to content

Commit

Permalink
Merge pull request #8 from hotoolong/drop_old_rubies
Browse files Browse the repository at this point in the history
drop ruby 2.5
  • Loading branch information
hotoolong authored Jan 3, 2023
2 parents 8826bcb + de295ce commit 830d527
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
ruby: [ '2.5', '2.6', '2.7', '3.0', '3.1' ]
ruby: [ '2.6', '2.7', '3.0', '3.1' ]

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion embed_callbacks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.description = %q{Whenever you want to add a callback, you can easily incorporate the process.\n }
spec.homepage = "https://github.com/hotoolong/embed_callbacks"
spec.license = "MIT"
spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0")

spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
Expand Down
2 changes: 1 addition & 1 deletion lib/embed_callbacks/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module EmbedCallbacks
VERSION = "0.1.1"
VERSION = "0.1.2"
end

0 comments on commit 830d527

Please sign in to comment.