Skip to content

Commit

Permalink
wip!: drop EOL ver
Browse files Browse the repository at this point in the history
  • Loading branch information
fumihumi committed Sep 18, 2024
1 parent fc17846 commit a28b027
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: true
matrix:
ruby: ["2.7","3.0","3.1","3.2", "3.3"]
ruby: ["3.1","3.2","3.3"]
env:
BUNDLE_GEMFILE: .github/Gemfile
MYSQL_HOST: 127.0.0.1
Expand Down
8 changes: 4 additions & 4 deletions octoball.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/aktsk/octoball'
s.require_paths = ['lib']

s.required_ruby_version = '>= 2.7.0'
s.required_ruby_version = '>= 3.1.0'

s.add_dependency 'activerecord', '>= 6.1'
s.add_dependency 'activesupport', '>= 6.1'
s.add_dependency 'activerecord', '>= 7.0'
s.add_dependency 'activesupport', '>= 7.0'

s.add_development_dependency 'mysql2'
s.add_development_dependency 'rake'
s.add_development_dependency 'rspec', '>= 3'
s.add_development_dependency 'rubocop'
s.add_development_dependency 'byebug'
s.add_development_dependency 'debug'
end

0 comments on commit a28b027

Please sign in to comment.