Skip to content

Commit

Permalink
Merge pull request #2 from finarioapp/feature/dk-rails-4-upgrade-upda…
Browse files Browse the repository at this point in the history
…te-dependencies#181121776

[4.0] Updated gemspec dependencies for rails 4 upgrade
  • Loading branch information
monlu authored Feb 8, 2022
2 parents 6acdb59 + 816ac27 commit 0fd93cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpacker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Gem::Specification.new do |s|

s.required_ruby_version = ">= 2.3.0"

s.add_dependency "activesupport", "= 3.2.22"
s.add_dependency "railties", "= 3.2.22"
s.add_dependency "activesupport", ">= 4.0.0"
s.add_dependency "railties", ">= 4.0.0"
s.add_dependency "rack-proxy", ">= 0.6.1"
s.add_dependency "semantic_range", ">= 2.3.0"

Expand Down

0 comments on commit 0fd93cd

Please sign in to comment.