Skip to content

Commit

Permalink
Breakage in Rails 7.1?
Browse files Browse the repository at this point in the history
  • Loading branch information
keegnotrub committed Oct 10, 2023
1 parent f87e570 commit 57c1f98
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', '>= 3.2.15'
s.add_dependency 'rails', '>= 3.2.15', '< 7.1'

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

0 comments on commit 57c1f98

Please sign in to comment.