Skip to content

Commit 0405e71

Browse files
committed
Ruby 2.4.0-preview3 support
1 parent b84f157 commit 0405e71

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ group :development, :test do
1010
gem 'rspec-retry'
1111
gem "netrc"
1212
gem "git", github: "hone/ruby-git", branch: "master"
13+
gem 'json', '~> 2.0.2'
1314
end

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ GIT
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
activesupport (4.2.0)
12-
i18n (~> 0.7)
13-
json (~> 1.7, >= 1.7.7)
14-
minitest (~> 5.1)
15-
thread_safe (~> 0.3, >= 0.3.4)
16-
tzinfo (~> 1.1)
11+
activesupport (4.0.13)
12+
i18n (~> 0.6, >= 0.6.9)
13+
minitest (~> 4.2)
14+
multi_json (~> 1.3)
15+
thread_safe (~> 0.1)
16+
tzinfo (~> 0.3.37)
1717
anvil-cli (0.16.2)
1818
progress (~> 2.4, >= 2.4.0)
1919
rest-client (~> 1.6, >= 1.6.7)
@@ -33,9 +33,9 @@ GEM
3333
thor (~> 0)
3434
threaded (~> 0)
3535
i18n (0.7.0)
36-
json (1.8.2)
36+
json (2.0.2)
3737
mime-types (2.4.3)
38-
minitest (5.5.1)
38+
minitest (4.7.5)
3939
multi_json (1.11.2)
4040
netrc (0.10.2)
4141
parallel (1.8.0)
@@ -58,10 +58,9 @@ GEM
5858
rspec-core
5959
rspec-support (3.4.1)
6060
thor (0.19.1)
61-
thread_safe (0.3.4)
61+
thread_safe (0.3.5)
6262
threaded (0.0.4)
63-
tzinfo (1.2.2)
64-
thread_safe (~> 0.1)
63+
tzinfo (0.3.52)
6564

6665
PLATFORMS
6766
ruby
@@ -70,6 +69,7 @@ DEPENDENCIES
7069
excon
7170
git!
7271
heroku_hatchet
72+
json (~> 2.0.2)
7373
netrc
7474
parallel_tests
7575
rake
@@ -78,4 +78,4 @@ DEPENDENCIES
7878
rspec-retry
7979

8080
BUNDLED WITH
81-
1.12.3
81+
1.13.6

0 commit comments

Comments
 (0)