Merge branch 'next-minor' into develop
This commit is contained in:
commit
1a14061e38
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -288,7 +288,7 @@ group :test do
|
||||||
|
|
||||||
gem "factory_girl_rails", "4.7.0"
|
gem "factory_girl_rails", "4.7.0"
|
||||||
gem "timecop", "0.8.1"
|
gem "timecop", "0.8.1"
|
||||||
gem "webmock", "2.1.0", require: false
|
gem "webmock", "2.3.2", require: false
|
||||||
gem "shoulda-matchers", "3.1.1"
|
gem "shoulda-matchers", "3.1.1"
|
||||||
|
|
||||||
gem "diaspora_federation-test", "0.1.7"
|
gem "diaspora_federation-test", "0.1.7"
|
||||||
|
|
|
||||||
|
|
@ -289,7 +289,7 @@ GEM
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
sprockets (>= 2.0.0)
|
sprockets (>= 2.0.0)
|
||||||
tilt (>= 1.2)
|
tilt (>= 1.2)
|
||||||
hashdiff (0.3.0)
|
hashdiff (0.3.2)
|
||||||
hashie (3.4.4)
|
hashie (3.4.4)
|
||||||
hike (1.2.3)
|
hike (1.2.3)
|
||||||
hitimes (1.2.4)
|
hitimes (1.2.4)
|
||||||
|
|
@ -769,7 +769,7 @@ GEM
|
||||||
activesupport
|
activesupport
|
||||||
httpclient (>= 2.4)
|
httpclient (>= 2.4)
|
||||||
multi_json
|
multi_json
|
||||||
webmock (2.1.0)
|
webmock (2.3.2)
|
||||||
addressable (>= 2.3.6)
|
addressable (>= 2.3.6)
|
||||||
crack (>= 0.3.2)
|
crack (>= 0.3.2)
|
||||||
hashdiff
|
hashdiff
|
||||||
|
|
@ -920,8 +920,8 @@ DEPENDENCIES
|
||||||
unicorn-worker-killer (= 0.4.4)
|
unicorn-worker-killer (= 0.4.4)
|
||||||
uuid (= 2.3.8)
|
uuid (= 2.3.8)
|
||||||
versionist (= 1.5.0)
|
versionist (= 1.5.0)
|
||||||
webmock (= 2.1.0)
|
webmock (= 2.3.2)
|
||||||
will_paginate (= 3.1.5)
|
will_paginate (= 3.1.5)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.13.7
|
1.14.5
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue