Skip to content

Commit

Permalink
Update vertebrae dependency to use latest version that's still using …
Browse files Browse the repository at this point in the history
…faraday v1
  • Loading branch information
anero committed Sep 28, 2023
1 parent 92c70d3 commit 20fc1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action_network_rest.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 2.6'

spec.add_runtime_dependency 'vertebrae', '~> 0.6.0'
spec.add_runtime_dependency 'vertebrae', '< 1'

spec.add_development_dependency 'bundler', '~> 2.1'
spec.add_development_dependency 'debug', '> 0'
Expand Down

0 comments on commit 20fc1cb

Please sign in to comment.