upgrade gems from the Gemfile
did
committed Dec 22, 2015
commit 552c1b515889c03351280c787f288c8f4dc76075
Showing 2
changed files with
21 additions
and 23 deletions
Gemfile
+3
-3
| @@ | @@ -18,13 +18,13 @@ group :development do |
| end | |
| group :test do | |
| - | gem 'rspec', '~> 3.3.0' |
| + | gem 'rspec', '~> 3.4.0' |
| gem 'json_spec', '~> 1.1.4' | |
| gem 'i18n-spec', '~> 0.6.0' | |
| - | gem 'timecop', '~> 0.7.4' |
| + | gem 'timecop', '~> 0.8.0' |
| - | gem 'pry-byebug', '~> 3.1.0' |
| + | gem 'pry-byebug', '~> 3.3.0' |
| gem 'rack-test', '~> 0.6.3' | |
Gemfile.lock
+18
-20
| @@ | @@ -41,8 +41,7 @@ GEM |
| addressable (2.4.0) | |
| attr_extras (4.4.0) | |
| bson (4.0.0) | |
| - | byebug (4.0.5) |
| - | columnize (= 0.9.0) |
| + | byebug (8.2.1) |
| chronic (0.10.2) | |
| chunky_png (1.3.5) | |
| codeclimate-test-reporter (0.4.8) | |
| @@ | @@ -53,7 +52,6 @@ GEM |
| execjs | |
| coffee-script-source (1.10.0) | |
| colorize (0.7.7) | |
| - | columnize (0.9.0) |
| commonjs (0.2.7) | |
| compass (1.0.3) | |
| chunky_png (~> 1.2) | |
| @@ | @@ -141,8 +139,8 @@ GEM |
| coderay (~> 1.1.0) | |
| method_source (~> 0.8.1) | |
| slop (~> 3.4) | |
| - | pry-byebug (3.1.0) |
| - | byebug (~> 4.0) |
| + | pry-byebug (3.3.0) |
| + | byebug (~> 8.0) |
| pry (~> 0.10) | |
| puma (2.15.3) | |
| rack (1.6.4) | |
| @@ | @@ -166,19 +164,19 @@ GEM |
| http-cookie (>= 1.0.2, < 2.0) | |
| mime-types (>= 1.16, < 3.0) | |
| netrc (~> 0.7) | |
| - | rspec (3.3.0) |
| - | rspec-core (~> 3.3.0) |
| - | rspec-expectations (~> 3.3.0) |
| - | rspec-mocks (~> 3.3.0) |
| - | rspec-core (3.3.2) |
| - | rspec-support (~> 3.3.0) |
| - | rspec-expectations (3.3.1) |
| + | rspec (3.4.0) |
| + | rspec-core (~> 3.4.0) |
| + | rspec-expectations (~> 3.4.0) |
| + | rspec-mocks (~> 3.4.0) |
| + | rspec-core (3.4.1) |
| + | rspec-support (~> 3.4.0) |
| + | rspec-expectations (3.4.0) |
| diff-lcs (>= 1.2.0, < 2.0) | |
| - | rspec-support (~> 3.3.0) |
| - | rspec-mocks (3.3.2) |
| + | rspec-support (~> 3.4.0) |
| + | rspec-mocks (3.4.0) |
| diff-lcs (>= 1.2.0, < 2.0) | |
| - | rspec-support (~> 3.3.0) |
| - | rspec-support (3.3.0) |
| + | rspec-support (~> 3.4.0) |
| + | rspec-support (3.4.1) |
| sanitize (4.0.1) | |
| crass (~> 1.0.2) | |
| nokogiri (>= 1.4.4) | |
| @@ | @@ -203,7 +201,7 @@ GEM |
| thor (0.19.1) | |
| thread_safe (0.3.5) | |
| tilt (2.0.1) | |
| - | timecop (0.7.4) |
| + | timecop (0.8.0) |
| tins (1.6.0) | |
| tzinfo (1.2.2) | |
| thread_safe (~> 0.1) | |
| @@ | @@ -224,14 +222,14 @@ DEPENDENCIES |
| json_spec (~> 1.1.4) | |
| locomotivecms_steam! | |
| memory_profiler | |
| - | pry-byebug (~> 3.1.0) |
| + | pry-byebug (~> 3.3.0) |
| puma | |
| rack-mini-profiler | |
| rack-test (~> 0.6.3) | |
| rake (~> 10.4.2) | |
| - | rspec (~> 3.3.0) |
| + | rspec (~> 3.4.0) |
| stackprof | |
| - | timecop (~> 0.7.4) |
| + | timecop (~> 0.8.0) |
| yui-compressor (~> 0.12.0) | |
| BUNDLED WITH | |