Bump dependency gems and update gemfiles
This commit is contained in:
parent
2c8cd4aa13
commit
df1c9b0350
5 changed files with 13 additions and 12 deletions
|
|
@ -116,7 +116,7 @@ GEM
|
|||
shellany (~> 0.0)
|
||||
nyan-cat-formatter (0.11)
|
||||
rspec (>= 2.99, >= 2.14.2, < 4)
|
||||
octokit (4.6.2)
|
||||
octokit (4.7.0)
|
||||
sawyer (~> 0.8.0, >= 0.5.3)
|
||||
parser (2.4.0.0)
|
||||
ast (~> 2.2)
|
||||
|
|
@ -153,7 +153,8 @@ GEM
|
|||
method_source
|
||||
rake (>= 0.8.7)
|
||||
thor (>= 0.18.1, < 2.0)
|
||||
rainbow (2.2.1)
|
||||
rainbow (2.2.2)
|
||||
rake
|
||||
rake (12.0.0)
|
||||
rb-fsevent (0.9.8)
|
||||
rb-inotify (0.9.8)
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ group :test do
|
|||
gem "json-schema-rspec", "0.0.4"
|
||||
gem "rspec-collection_matchers", "~> 1.1.2"
|
||||
gem "rspec-json_expectations", "~> 2.1"
|
||||
gem "webmock", "~> 2.0"
|
||||
gem "webmock", "~> 3.0"
|
||||
end
|
||||
|
||||
group :development, :test do
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ GEM
|
|||
ethon (0.10.1)
|
||||
ffi (>= 1.3.0)
|
||||
fabrication (2.16.1)
|
||||
faraday (0.12.0.1)
|
||||
faraday (0.12.1)
|
||||
multipart-post (>= 1.2, < 3)
|
||||
faraday_middleware (0.11.0.1)
|
||||
faraday (>= 0.7.4, < 1.0)
|
||||
|
|
@ -36,7 +36,7 @@ GEM
|
|||
rspec-core (~> 3.0)
|
||||
ruby-progressbar (~> 1.4)
|
||||
hashdiff (0.3.2)
|
||||
json (2.0.3)
|
||||
json (2.1.0)
|
||||
json-schema (2.8.0)
|
||||
addressable (>= 2.4)
|
||||
json-schema-rspec (0.0.4)
|
||||
|
|
@ -83,7 +83,7 @@ GEM
|
|||
uuid (2.3.8)
|
||||
macaddr (~> 1.0)
|
||||
valid (1.2.0)
|
||||
webmock (2.3.2)
|
||||
webmock (3.0.1)
|
||||
addressable (>= 2.3.6)
|
||||
crack (>= 0.3.2)
|
||||
hashdiff
|
||||
|
|
@ -105,7 +105,7 @@ DEPENDENCIES
|
|||
rspec-json_expectations (~> 2.1)
|
||||
simplecov (= 0.13.0)
|
||||
simplecov-rcov (= 0.2.3)
|
||||
webmock (~> 2.0)
|
||||
webmock (~> 3.0)
|
||||
|
||||
BUNDLED WITH
|
||||
1.14.6
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ group :test do
|
|||
gem "json-schema-rspec", "0.0.4"
|
||||
gem "rspec-collection_matchers", "~> 1.1.2"
|
||||
gem "rspec-json_expectations", "~> 2.1"
|
||||
gem "webmock", "~> 2.0"
|
||||
gem "webmock", "~> 3.0"
|
||||
end
|
||||
|
||||
group :development, :test do
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ GEM
|
|||
ethon (0.10.1)
|
||||
ffi (>= 1.3.0)
|
||||
fabrication (2.16.1)
|
||||
faraday (0.12.0.1)
|
||||
faraday (0.12.1)
|
||||
multipart-post (>= 1.2, < 3)
|
||||
faraday_middleware (0.11.0.1)
|
||||
faraday (>= 0.7.4, < 1.0)
|
||||
|
|
@ -60,7 +60,7 @@ GEM
|
|||
ruby-progressbar (~> 1.4)
|
||||
hashdiff (0.3.2)
|
||||
i18n (0.8.1)
|
||||
json (2.0.3)
|
||||
json (2.1.0)
|
||||
json-schema (2.8.0)
|
||||
addressable (>= 2.4)
|
||||
json-schema-rspec (0.0.4)
|
||||
|
|
@ -138,7 +138,7 @@ GEM
|
|||
uuid (2.3.8)
|
||||
macaddr (~> 1.0)
|
||||
valid (1.2.0)
|
||||
webmock (2.3.2)
|
||||
webmock (3.0.1)
|
||||
addressable (>= 2.3.6)
|
||||
crack (>= 0.3.2)
|
||||
hashdiff
|
||||
|
|
@ -163,7 +163,7 @@ DEPENDENCIES
|
|||
rspec-rails (~> 3.5.1)
|
||||
simplecov (= 0.13.0)
|
||||
simplecov-rcov (= 0.2.3)
|
||||
webmock (~> 2.0)
|
||||
webmock (~> 3.0)
|
||||
|
||||
BUNDLED WITH
|
||||
1.14.6
|
||||
|
|
|
|||
Loading…
Reference in a new issue