Skip to content

Commit

Permalink
Allow Rails > 6.1 and < 7 versions
Browse files Browse the repository at this point in the history
otherwise, we can't upgrade this gem on the main app ;)
  • Loading branch information
Stefanni Brasil committed Dec 26, 2023
1 parent 7722ad8 commit 75ce5be
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', '7.1.2'
s.add_dependency 'rails', '>= 6.1.7.6', '< 7.1.2'

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

0 comments on commit 75ce5be

Please sign in to comment.