Skip to content

Commit

Permalink
bye bye rails 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Oct 30, 2023
1 parent c912d7c commit eda61ec
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 332 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
ruby: 2.7
- gemfile: rails_5.0
ruby: 2.7
- gemfile: rails_4.2
ruby: 2.7

env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down
8 changes: 0 additions & 8 deletions gemfiles/rails_4.2.gemfile

This file was deleted.

319 changes: 0 additions & 319 deletions gemfiles/rails_4.2.gemfile.lock

This file was deleted.

6 changes: 3 additions & 3 deletions webhook_system.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ Gem::Specification.new do |gem|
}

gem.required_ruby_version = '> 2.7.0'
gem.add_runtime_dependency 'activesupport', '> 4.2', '< 7.2'
gem.add_runtime_dependency 'activerecord', '> 4.2', '< 7.2'
gem.add_runtime_dependency 'activejob', '> 4.2', '< 7.2'
gem.add_runtime_dependency 'activesupport', '> 5.0', '< 7.2'
gem.add_runtime_dependency 'activerecord', '> 5.0', '< 7.2'
gem.add_runtime_dependency 'activejob', '> 5.0', '< 7.2'
gem.add_runtime_dependency 'faraday', '> 0.9'
gem.add_runtime_dependency 'faraday-encoding', '>= 0.0.2', '< 1.0'
gem.add_runtime_dependency 'ph_model'
Expand Down

0 comments on commit eda61ec

Please sign in to comment.