Skip to content

Commit

Permalink
Rails 6.1 Support (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
macfanatic authored Dec 18, 2020
1 parent 6d29130 commit c993786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion page_title_helper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|

s.license = 'MIT'

s.add_dependency 'rails', '>= 5.2.0', '< 6.1'
s.add_dependency 'rails', '>= 5.2.0', '< 6.2'

s.add_development_dependency 'rake', '>= 10.3.2'
s.add_development_dependency 'shoulda'
Expand Down

0 comments on commit c993786

Please sign in to comment.