forked from Homebrew/homebrew-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade the json gem from 1.8.3 to 1.8.6 to get ruby >=2.4 support
Version 1.8.3 of the json gem isn't compatable with ruby 2.4 and later. see: ruby/json#303 Specifically require the json gem to ensure we fetch a compatible version.
- Loading branch information
1 parent
bebdc64
commit b9d4077
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
source "https://rubygems.org" | ||
|
||
group :test do | ||
gem "json", "~> 1.8.6" | ||
gem "codecov" | ||
gem "rake" | ||
gem "rspec" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters