Skip to content

Commit

Permalink
Bump rails version dependency from 7 to 7.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Kononov committed Aug 1, 2023
1 parent 4f39455 commit c84f28b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
external_services (0.5.1)
faraday (>= 1.4, < 2)
faraday_middleware (>= 1.0, < 2)
rails (>= 4.2.5, < 7)
rails (>= 4.2.5, < 7.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion external_services.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ Gem::Specification.new do |spec|

spec.add_dependency 'faraday', '>= 1.4', '< 2'
spec.add_dependency 'faraday_middleware', '>= 1.0', '< 2'
spec.add_dependency 'rails', ['>= 4.2.5', '< 7']
spec.add_dependency 'rails', ['>= 4.2.5', '< 7.1']
end

0 comments on commit c84f28b

Please sign in to comment.