Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Patch] Bump json, webmock, and rspec #18

Open
utkarsh2102 opened this issue Dec 17, 2019 · 0 comments
Open

[Patch] Bump json, webmock, and rspec #18

utkarsh2102 opened this issue Dec 17, 2019 · 0 comments

Comments

@utkarsh2102
Copy link

utkarsh2102 commented Dec 17, 2019

Hi,
We're also using the following patch in Debian (along with #17):

--- a/behance.gemspec
+++ b/behance.gemspec
@@ -19,7 +19,7 @@
 
   gem.add_runtime_dependency     'faraday',            '~> 0.15.0'
   gem.add_runtime_dependency     'faraday_middleware', '~> 0.12.2'
-  gem.add_runtime_dependency     'json',               '~> 1.8.1'
-  gem.add_development_dependency 'webmock',            '~> 1.8.10'
-  gem.add_development_dependency 'rspec',              '~> 2.6'
+  gem.add_runtime_dependency     'json',               '~> 2.1'
+  gem.add_development_dependency 'webmock',            '~> 3.7'
+  gem.add_development_dependency 'rspec',              '~> 3.8'
 end
@utkarsh2102 utkarsh2102 changed the title Bump json, webmock, and rspec [Patch] Bump json, webmock, and rspec Dec 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant