Skip to content

Commit

Permalink
Drop support for Ruby 2.7 and Rails 5.2 and 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pmor committed Oct 7, 2023
1 parent 0c4ce78 commit 1c2e93d
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 246 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.7, '3.0', 3.1, 3.2]
gemfile: [5.2, '6.0', 6.1, '7.0', 7.1]
ruby: ['3.0', 3.1, 3.2]
gemfile: [6.1, '7.0', 7.1]
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/actionpack-${{ matrix.gemfile }}.gemfile
CC_TEST_REPORTER_ID: 0d09e6611c01dedd75511b1c60f62329d01729289e06375cfe67cefe67013d9f
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
country_select (8.0.2)
country_select (8.0.3)
countries (~> 5.0)

GEM
Expand Down
9 changes: 0 additions & 9 deletions gemfiles/actionpack-5.2.gemfile

This file was deleted.

111 changes: 0 additions & 111 deletions gemfiles/actionpack-5.2.gemfile.lock

This file was deleted.

9 changes: 0 additions & 9 deletions gemfiles/actionpack-6.0.gemfile

This file was deleted.

113 changes: 0 additions & 113 deletions gemfiles/actionpack-6.0.gemfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion gemfiles/actionpack-7.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ PLATFORMS
DEPENDENCIES
actionpack (~> 7.0.0)
country_select!
nokogiri (~> 1.15.0)
nokogiri (~> 1.15)
pry (~> 0)
railties (~> 7.0.0)
rake (~> 13)
Expand Down

0 comments on commit 1c2e93d

Please sign in to comment.