Skip to content

Commit

Permalink
allow rails 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Oct 30, 2023
1 parent d34a46a commit 8489484
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions webhook_system.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ Gem::Specification.new do |gem|
}

gem.required_ruby_version = '> 2.6.2'
gem.add_runtime_dependency 'activesupport', '> 4.2', '< 7.1'
gem.add_runtime_dependency 'activerecord', '> 4.2', '< 7.1'
gem.add_runtime_dependency 'activejob', '> 4.2', '< 7.1'
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 'faraday', '> 0.9'
gem.add_runtime_dependency 'faraday-encoding', '>= 0.0.2', '< 1.0'
gem.add_runtime_dependency 'ph_model'
gem.add_runtime_dependency 'validate_url', '~> 1.0'

gem.add_development_dependency 'bundler', '> 1.17', '< 2.5'
gem.add_development_dependency 'bundler', '> 1.17', '< 2.6'
gem.add_development_dependency 'coveralls_reborn', '~> 0.25'
gem.add_development_dependency 'simplecov-lcov'
gem.add_development_dependency 'rake'
Expand Down

0 comments on commit 8489484

Please sign in to comment.