Giter Site home page Giter Site logo

behance's People

Contributors

amedrz avatar jamesconant avatar kernow avatar marigan avatar maxstoller avatar scashin133 avatar toydestroyer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

behance's Issues

faraday dependency

Hi, im trying to run the twitter gem with the behance gem in one applications.

running the bundle install i get this error:

Bundler could not find compatible versions for gem "faraday":
In Gemfile:
behance (> 0.3.0) ruby depends on
faraday (
> 0.8.4) ruby

twitter (~> 5.10.0) ruby depends on
  faraday (0.9.0)

What can i do?
best Stefan

[Patch] Bump faraday to ~> 0.15.0

Hi,

In Debian, we are using the following patch and I thought you might be interested in the following:

--- a/behance.gemspec
+++ b/behance.gemspec
@@ -17,7 +17,7 @@
   gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
   gem.require_paths = ["lib"]
 
-  gem.add_runtime_dependency     'faraday',            '~> 0.14.0'
+  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'

Relax constraints on faraday and faraday_middleware

Hi,

behance/behance.gemspec

Lines 20 to 21 in 0b4633c

gem.add_runtime_dependency 'faraday', '~> 0.14.0'
gem.add_runtime_dependency 'faraday_middleware', '~> 0.12.2'

With faraday 1.1.0 and faraday_middleware 1.0.0, behance fails to build/work, only because of the ~> constraints. If it could be >= instead, that'd work great!


Here's a patch:

Author: Utkarsh Gupta <[email protected]>
Bug-Debian: https://bugs.debian.org/976160
Last-Update: 2020-11-30

--- a/behance.gemspec
+++ b/behance.gemspec
@@ -17,8 +17,8 @@
   gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
   gem.require_paths = ["lib"]
 
-  gem.add_runtime_dependency     'faraday',            '~> 0.15'
-  gem.add_runtime_dependency     'faraday_middleware', '~> 0.12.2'
+  gem.add_runtime_dependency     'faraday',            '>= 0.15'
+  gem.add_runtime_dependency     'faraday_middleware', '>= 0.12.2'
   gem.add_runtime_dependency     'json',               '~> 2.1'
   gem.add_development_dependency 'webmock',            '~> 3.7'
   gem.add_development_dependency 'rspec',              '~> 3.8'

[Patch] Bump json, webmock, and rspec

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.