Bump dependency gems and update gemfiles

This commit is contained in:
Benjamin Neff 2017-09-16 03:31:07 +02:00
parent 5bf0087e0a
commit 259745f41e
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
5 changed files with 19 additions and 19 deletions

View file

@ -37,8 +37,8 @@ GEM
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
ast (2.3.0)
builder (3.2.3)
byebug (9.1.0)
@ -136,7 +136,7 @@ GEM
pry-byebug (3.5.0)
byebug (~> 9.1)
pry (~> 0.10)
public_suffix (2.0.5)
public_suffix (3.0.0)
rack (2.0.3)
rack-test (0.7.0)
rack (>= 1.0, < 3)

View file

@ -21,7 +21,7 @@ group :test do
gem "nyan-cat-formatter", require: false
# test coverage
gem "simplecov", "0.15.0", require: false
gem "simplecov", "0.15.1", require: false
gem "simplecov-rcov", "0.2.3", require: false
# test helpers

View file

@ -16,8 +16,8 @@ PATH
GEM
remote: https://rubygems.org/
specs:
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
crack (0.4.3)
safe_yaml (~> 1.0.0)
diff-lcs (1.3)
@ -48,8 +48,8 @@ GEM
mini_portile2 (~> 2.2.0)
nyan-cat-formatter (0.12.0)
rspec (>= 2.99, >= 2.14.2, < 4)
public_suffix (2.0.5)
rake (12.0.0)
public_suffix (3.0.0)
rake (12.1.0)
rspec (3.6.0)
rspec-core (~> 3.6.0)
rspec-expectations (~> 3.6.0)
@ -66,9 +66,9 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.6.0)
rspec-support (3.6.0)
ruby-progressbar (1.8.1)
ruby-progressbar (1.8.3)
safe_yaml (1.0.4)
simplecov (0.15.0)
simplecov (0.15.1)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
@ -100,7 +100,7 @@ DEPENDENCIES
rspec (~> 3.6.0)
rspec-collection_matchers (~> 1.1.2)
rspec-json_expectations (~> 2.1)
simplecov (= 0.15.0)
simplecov (= 0.15.1)
simplecov-rcov (= 0.2.3)
webmock (~> 3.0)

View file

@ -21,7 +21,7 @@ group :test do
gem "nyan-cat-formatter", require: false
# test coverage
gem "simplecov", "0.15.0", require: false
gem "simplecov", "0.15.1", require: false
gem "simplecov-rcov", "0.2.3", require: false
# test helpers

View file

@ -37,8 +37,8 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
builder (3.2.3)
crack (0.4.3)
safe_yaml (~> 1.0.0)
@ -75,7 +75,7 @@ GEM
mini_portile2 (~> 2.2.0)
nyan-cat-formatter (0.12.0)
rspec (>= 2.99, >= 2.14.2, < 4)
public_suffix (2.0.5)
public_suffix (3.0.0)
rack (1.6.8)
rack-test (0.6.3)
rack (>= 1.0)
@ -92,7 +92,7 @@ GEM
activesupport (= 4.2.8)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (12.0.0)
rake (12.1.0)
rspec (3.6.0)
rspec-core (~> 3.6.0)
rspec-expectations (~> 3.6.0)
@ -117,9 +117,9 @@ GEM
rspec-mocks (~> 3.6.0)
rspec-support (~> 3.6.0)
rspec-support (3.6.0)
ruby-progressbar (1.8.1)
ruby-progressbar (1.8.3)
safe_yaml (1.0.4)
simplecov (0.15.0)
simplecov (0.15.1)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
@ -158,7 +158,7 @@ DEPENDENCIES
rspec-collection_matchers (~> 1.1.2)
rspec-json_expectations (~> 2.1)
rspec-rails (~> 3.6.0)
simplecov (= 0.15.0)
simplecov (= 0.15.1)
simplecov-rcov (= 0.2.3)
webmock (~> 3.0)