Skip to content

Update gems#42

Open
mdippery wants to merge 7 commits intoKong:masterfrom
mdippery:gem-updates
Open

Update gems#42
mdippery wants to merge 7 commits intoKong:masterfrom
mdippery:gem-updates

Conversation

@mdippery
Copy link

Update gems to latest versions and fix a few warnings that occur when running tests.

shoulda-matchers depend on activesupport > 3.x, but the latest version
of activesupport requires at least ruby 2.2.2. To remove that
requirement, install an earlier version of activesupport.
@bih
Copy link

bih commented Nov 18, 2016

+1

@bih
Copy link

bih commented Nov 18, 2016

FYI Because it breaks our tests when we're using gems that rely on the unirest gem, I have created an alternative gem called unirest-2x which is a temporary fix.

Add as following:

gem "unirest-2x"

@zorbash
Copy link

zorbash commented Sep 23, 2020

Thanks @bih for the fork.

We had to update our Gemfile with the following to work:

gem 'unirest-2x', require: 'unirest'

@CLAassistant
Copy link

CLAassistant commented Dec 6, 2020

CLA assistant check
All committers have signed the CLA.

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

Successfully merging this pull request may close these issues.

4 participants