Skip to content

Commit

Permalink
Support any Rails version >= 6.1..7.6
Browse files Browse the repository at this point in the history
These changes allow us to support Rails 7.1, so we can remove the
second constraint completely. Otherwise, when we upgrade it to > 7.1,
we will need to update the version again.
  • Loading branch information
Stefanni Brasil committed Jan 2, 2024
1 parent 75ce5be commit a69b466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impressionist.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|

s.add_dependency "friendly_id"
s.add_dependency 'nokogiri', RUBY_VERSION < '2.1.0' ? '~> 1.6.0' : '~> 1'
s.add_dependency 'rails', '>= 6.1.7.6', '< 7.1.2'
s.add_dependency 'rails', '>= 6.1.7.6'

s.add_development_dependency 'bundler', '~> 2.0'
s.add_development_dependency 'capybara'
Expand Down

0 comments on commit a69b466

Please sign in to comment.