Bump dependency gems and update gemfiles
This commit is contained in:
parent
59448d08a7
commit
d901ceb500
5 changed files with 16 additions and 24 deletions
12
Gemfile.lock
12
Gemfile.lock
|
|
@ -61,9 +61,9 @@ GEM
|
|||
fuubar (2.2.0)
|
||||
rspec-core (~> 3.0)
|
||||
ruby-progressbar (~> 1.4)
|
||||
gitlab (4.0.0)
|
||||
gitlab (4.1.0)
|
||||
httparty
|
||||
terminal-table (= 1.7.1)
|
||||
terminal-table
|
||||
guard (2.14.1)
|
||||
formatador (>= 0.2.4)
|
||||
listen (>= 2.7, < 4.0)
|
||||
|
|
@ -97,7 +97,7 @@ GEM
|
|||
ruby_dep (~> 1.2)
|
||||
loofah (2.0.3)
|
||||
nokogiri (>= 1.5.9)
|
||||
lumberjack (1.0.11)
|
||||
lumberjack (1.0.12)
|
||||
macaddr (1.7.1)
|
||||
systemu (~> 2.6.2)
|
||||
method_source (0.8.2)
|
||||
|
|
@ -212,15 +212,15 @@ GEM
|
|||
listen (>= 2.7, < 4.0)
|
||||
spring (>= 1.2, < 3.0)
|
||||
systemu (2.6.5)
|
||||
terminal-table (1.7.1)
|
||||
unicode-display_width (~> 1.1.1)
|
||||
terminal-table (1.8.0)
|
||||
unicode-display_width (~> 1.1, >= 1.1.1)
|
||||
thor (0.19.4)
|
||||
thread_safe (0.3.6)
|
||||
typhoeus (1.1.2)
|
||||
ethon (>= 0.9.0)
|
||||
tzinfo (1.2.3)
|
||||
thread_safe (~> 0.1)
|
||||
unicode-display_width (1.1.3)
|
||||
unicode-display_width (1.2.1)
|
||||
uuid (2.3.8)
|
||||
macaddr (~> 1.0)
|
||||
valid (1.2.0)
|
||||
|
|
|
|||
|
|
@ -21,8 +21,7 @@ group :test do
|
|||
gem "nyan-cat-formatter", require: false
|
||||
|
||||
# test coverage
|
||||
gem "codeclimate-test-reporter", "~> 1.0.0", require: false
|
||||
gem "simplecov", "0.13.0", require: false
|
||||
gem "simplecov", "0.14.1", require: false
|
||||
gem "simplecov-rcov", "0.2.3", require: false
|
||||
|
||||
# test helpers
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ GEM
|
|||
specs:
|
||||
addressable (2.5.1)
|
||||
public_suffix (~> 2.0, >= 2.0.2)
|
||||
codeclimate-test-reporter (1.0.8)
|
||||
simplecov (<= 0.13)
|
||||
crack (0.4.3)
|
||||
safe_yaml (~> 1.0.0)
|
||||
diff-lcs (1.3)
|
||||
|
|
@ -70,11 +68,11 @@ GEM
|
|||
rspec-support (3.6.0)
|
||||
ruby-progressbar (1.8.1)
|
||||
safe_yaml (1.0.4)
|
||||
simplecov (0.13.0)
|
||||
simplecov (0.14.1)
|
||||
docile (~> 1.1.0)
|
||||
json (>= 1.8, < 3)
|
||||
simplecov-html (~> 0.10.0)
|
||||
simplecov-html (0.10.0)
|
||||
simplecov-html (0.10.1)
|
||||
simplecov-rcov (0.2.3)
|
||||
simplecov (>= 0.4.1)
|
||||
systemu (2.6.5)
|
||||
|
|
@ -92,7 +90,6 @@ PLATFORMS
|
|||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
codeclimate-test-reporter (~> 1.0.0)
|
||||
diaspora_federation!
|
||||
diaspora_federation-json_schema!
|
||||
diaspora_federation-test!
|
||||
|
|
@ -103,7 +100,7 @@ DEPENDENCIES
|
|||
rspec (~> 3.6.0)
|
||||
rspec-collection_matchers (~> 1.1.2)
|
||||
rspec-json_expectations (~> 2.1)
|
||||
simplecov (= 0.13.0)
|
||||
simplecov (= 0.14.1)
|
||||
simplecov-rcov (= 0.2.3)
|
||||
webmock (~> 3.0)
|
||||
|
||||
|
|
|
|||
|
|
@ -21,8 +21,7 @@ group :test do
|
|||
gem "nyan-cat-formatter", require: false
|
||||
|
||||
# test coverage
|
||||
gem "codeclimate-test-reporter", "~> 1.0.0", require: false
|
||||
gem "simplecov", "0.13.0", require: false
|
||||
gem "simplecov", "0.14.1", require: false
|
||||
gem "simplecov-rcov", "0.2.3", require: false
|
||||
|
||||
# test helpers
|
||||
|
|
|
|||
|
|
@ -40,8 +40,6 @@ GEM
|
|||
addressable (2.5.1)
|
||||
public_suffix (~> 2.0, >= 2.0.2)
|
||||
builder (3.2.3)
|
||||
codeclimate-test-reporter (1.0.8)
|
||||
simplecov (<= 0.13)
|
||||
crack (0.4.3)
|
||||
safe_yaml (~> 1.0.0)
|
||||
diff-lcs (1.3)
|
||||
|
|
@ -59,7 +57,7 @@ GEM
|
|||
rspec-core (~> 3.0)
|
||||
ruby-progressbar (~> 1.4)
|
||||
hashdiff (0.3.4)
|
||||
i18n (0.8.1)
|
||||
i18n (0.8.4)
|
||||
json (2.1.0)
|
||||
json-schema (2.8.0)
|
||||
addressable (>= 2.4)
|
||||
|
|
@ -78,7 +76,7 @@ GEM
|
|||
nyan-cat-formatter (0.12.0)
|
||||
rspec (>= 2.99, >= 2.14.2, < 4)
|
||||
public_suffix (2.0.5)
|
||||
rack (1.6.5)
|
||||
rack (1.6.8)
|
||||
rack-test (0.6.3)
|
||||
rack (>= 1.0)
|
||||
rails-deprecated_sanitizer (1.0.3)
|
||||
|
|
@ -121,11 +119,11 @@ GEM
|
|||
rspec-support (3.6.0)
|
||||
ruby-progressbar (1.8.1)
|
||||
safe_yaml (1.0.4)
|
||||
simplecov (0.13.0)
|
||||
simplecov (0.14.1)
|
||||
docile (~> 1.1.0)
|
||||
json (>= 1.8, < 3)
|
||||
simplecov-html (~> 0.10.0)
|
||||
simplecov-html (0.10.0)
|
||||
simplecov-html (0.10.1)
|
||||
simplecov-rcov (0.2.3)
|
||||
simplecov (>= 0.4.1)
|
||||
systemu (2.6.5)
|
||||
|
|
@ -148,7 +146,6 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
actionpack (= 4.2.8)
|
||||
codeclimate-test-reporter (~> 1.0.0)
|
||||
diaspora_federation!
|
||||
diaspora_federation-json_schema!
|
||||
diaspora_federation-rails!
|
||||
|
|
@ -161,7 +158,7 @@ DEPENDENCIES
|
|||
rspec-collection_matchers (~> 1.1.2)
|
||||
rspec-json_expectations (~> 2.1)
|
||||
rspec-rails (~> 3.6.0)
|
||||
simplecov (= 0.13.0)
|
||||
simplecov (= 0.14.1)
|
||||
simplecov-rcov (= 0.2.3)
|
||||
webmock (~> 3.0)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue