Skip to content

Commit

Permalink
(feat) drop support for Rails 6
Browse files Browse the repository at this point in the history
  • Loading branch information
luizkowalski committed Sep 17, 2023
1 parent c367529 commit 9e0dc16
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
matrix:
gemfile:
- Gemfile
- gemfiles/Gemfile-rails-6-0
- gemfiles/Gemfile-rails-6-1
# - gemfiles/Gemfile-rails-7-0 # This is the main version now
ruby:
Expand All @@ -26,7 +25,7 @@ jobs:
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
BUNDLE_GEMFILE: ${{ github.workspace }}/${{ matrix.gemfile }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down
2 changes: 1 addition & 1 deletion concurrent_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.metadata["changelog_uri"] = "https://github.com/luizkowalski/concurrent_rails/blob/master/CHANGELOG.md"
spec.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]

spec.add_dependency "railties", ">= 6.0"
spec.add_dependency "railties", ">= 6.1"
spec.add_dependency "zeitwerk", "~> 2.6"

spec.required_ruby_version = ">= 3.0"
Expand Down
13 changes: 0 additions & 13 deletions gemfiles/Gemfile-rails-6-0

This file was deleted.

0 comments on commit 9e0dc16

Please sign in to comment.