Skip to content

Commit

Permalink
Drop old rails and ruby versions from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thatbudakguy committed Jun 4, 2024
1 parent 8e23340 commit 11e8d34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['3.0']
rails_version: [6.0.3.4, 6.1.1, 7.0.3]
include:
- ruby: '3.1'
rails_version: 7.0.3
- ruby: 2.7
rails_version: 6.1.1
ruby: ['3.1', '3.2']
rails_version: [6.1.7.8, 7.0.8.4]
env:
RAILS_VERSION: ${{ matrix.rails_version }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion geo_monitor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|

s.files = Dir['{app,config,db,lib}/**/*', 'LICENSE', 'Rakefile', 'README.md']

s.add_dependency 'rails', '>= 5.2', '< 7.2'
s.add_dependency 'rails', '>= 6.1', '< 7.2'
s.add_dependency 'faraday'

s.add_development_dependency 'engine_cart', '~> 2.0'
Expand Down

0 comments on commit 11e8d34

Please sign in to comment.