upgrading gems
did
committed Feb 28, 2015
commit d1a0de156dddab8ba307d0ee344c566f43522c05
Showing 3
changed files with
37 additions
and 36 deletions
Gemfile
+4
-4
| @@ | @@ -13,14 +13,14 @@ group :development do |
| end | |
| group :test do | |
| - | gem 'rspec', '~> 3.1.0' |
| + | gem 'rspec', '~> 3.2.0' |
| gem 'json_spec', '~> 1.1.4' | |
| gem 'i18n-spec', '~> 0.6.0' | |
| - | gem 'pry-byebug' |
| + | gem 'pry-byebug', '~> 3.0.1' |
| - | gem 'codeclimate-test-reporter', require: false |
| - | gem 'coveralls', require: false |
| + | gem 'codeclimate-test-reporter', '~> 0.4.7', require: false |
| + | gem 'coveralls', '~> 0.7.11', require: false |
| end | |
| platform :ruby do | |
Gemfile.lock
+31
-30
| @@ | @@ -21,7 +21,7 @@ PATH |
| rack-cache (~> 1.2) | |
| rack-rewrite (~> 1.5.1) | |
| rack_csrf (~> 2.5.0) | |
| - | sanitize (~> 3.1.0) |
| + | sanitize (~> 3.1.2) |
| sprockets (~> 2.12.3) | |
| sprockets-sass (~> 1.3.1) | |
| stringex (~> 2.5.2) | |
| @@ | @@ -58,7 +58,7 @@ GEM |
| slop (~> 3.6) | |
| chronic (0.10.2) | |
| chunky_png (1.3.4) | |
| - | codeclimate-test-reporter (0.4.6) |
| + | codeclimate-test-reporter (0.4.7) |
| simplecov (>= 0.7.1, < 1.0.0) | |
| coderay (1.1.0) | |
| coffee-script (2.3.0) | |
| @@ | @@ -80,9 +80,9 @@ GEM |
| compass-import-once (1.0.5) | |
| sass (>= 3.2, < 3.5) | |
| connection_pool (2.1.1) | |
| - | coveralls (0.7.3) |
| + | coveralls (0.7.11) |
| multi_json (~> 1.10) | |
| - | rest-client (~> 1.7) |
| + | rest-client (>= 1.6.8, < 2) |
| simplecov (~> 0.9.1) | |
| term-ansicolor (~> 1.3) | |
| thor (~> 0.19.1) | |
| @@ | @@ -138,18 +138,18 @@ GEM |
| morphine (0.1.1) | |
| multi_json (1.10.1) | |
| multi_xml (0.5.5) | |
| - | netrc (0.10.2) |
| + | netrc (0.10.3) |
| nokogiri (1.6.6.2) | |
| mini_portile (~> 0.6.0) | |
| nokogumbo (1.2.0) | |
| nokogiri | |
| optionable (0.2.0) | |
| - | origin (1.0.11) |
| + | origin (2.1.1) |
| pry (0.10.1) | |
| coderay (~> 1.1.0) | |
| method_source (~> 0.8.1) | |
| slop (~> 3.4) | |
| - | pry-byebug (2.0.0) |
| + | pry-byebug (3.0.1) |
| byebug (~> 3.4) | |
| pry (~> 0.10) | |
| rack (1.6.0) | |
| @@ | @@ -172,31 +172,32 @@ GEM |
| rb-fsevent (0.9.4) | |
| rb-inotify (0.9.5) | |
| ffi (>= 0.5.0) | |
| - | rest-client (1.7.2) |
| + | rest-client (1.7.3) |
| mime-types (>= 1.16, < 3.0) | |
| netrc (~> 0.7) | |
| - | rspec (3.1.0) |
| - | rspec-core (~> 3.1.0) |
| - | rspec-expectations (~> 3.1.0) |
| - | rspec-mocks (~> 3.1.0) |
| - | rspec-core (3.1.7) |
| - | rspec-support (~> 3.1.0) |
| - | rspec-expectations (3.1.2) |
| + | rspec (3.2.0) |
| + | rspec-core (~> 3.2.0) |
| + | rspec-expectations (~> 3.2.0) |
| + | rspec-mocks (~> 3.2.0) |
| + | rspec-core (3.2.1) |
| + | rspec-support (~> 3.2.0) |
| + | rspec-expectations (3.2.0) |
| diff-lcs (>= 1.2.0, < 2.0) | |
| - | rspec-support (~> 3.1.0) |
| - | rspec-mocks (3.1.3) |
| - | rspec-support (~> 3.1.0) |
| - | rspec-support (3.1.2) |
| - | sanitize (3.1.1) |
| + | rspec-support (~> 3.2.0) |
| + | rspec-mocks (3.2.1) |
| + | diff-lcs (>= 1.2.0, < 2.0) |
| + | rspec-support (~> 3.2.0) |
| + | rspec-support (3.2.2) |
| + | sanitize (3.1.2) |
| crass (~> 1.0.1) | |
| nokogiri (>= 1.4.4) | |
| nokogumbo (= 1.2.0) | |
| - | sass (3.4.12) |
| - | simplecov (0.9.1) |
| + | sass (3.4.13) |
| + | simplecov (0.9.2) |
| docile (~> 1.1.0) | |
| multi_json (~> 1.0) | |
| - | simplecov-html (~> 0.8.0) |
| - | simplecov-html (0.8.0) |
| + | simplecov-html (~> 0.9.0) |
| + | simplecov-html (0.9.0) |
| slop (3.6.0) | |
| sprockets (2.12.3) | |
| hike (~> 1.2) | |
| @@ | @@ -216,7 +217,7 @@ GEM |
| thor (0.19.1) | |
| thread_safe (0.3.4) | |
| tilt (1.4.1) | |
| - | tins (1.3.3) |
| + | tins (1.3.4) |
| tzinfo (1.2.2) | |
| thread_safe (~> 0.1) | |
| yui-compressor (0.12.0) | |
| @@ | @@ -226,15 +227,15 @@ PLATFORMS |
| DEPENDENCIES | |
| bundler (~> 1.7) | |
| - | codeclimate-test-reporter |
| - | coveralls |
| + | codeclimate-test-reporter (~> 0.4.7) |
| + | coveralls (~> 0.7.11) |
| i18n-spec (~> 0.6.0) | |
| json_spec (~> 1.1.4) | |
| locomotivecms_steam! | |
| moped (~> 2.0.4) | |
| - | origin (~> 1.0.4) |
| - | pry-byebug |
| + | origin (~> 2.1.1) |
| + | pry-byebug (~> 3.0.1) |
| rake (~> 10.4.2) | |
| - | rspec (~> 3.1.0) |
| + | rspec (~> 3.2.0) |
| thin | |
| yui-compressor (~> 0.12.0) | |
locomotivecms_steam.gemspec
+2
-2
| @@ | @@ -20,11 +20,11 @@ Gem::Specification.new do |spec| |
| spec.add_development_dependency 'rake', '~> 10.4.2' | |
| spec.add_development_dependency 'moped', '~> 2.0.4' | |
| - | spec.add_development_dependency 'origin', '~> 1.0.4' |
| + | spec.add_development_dependency 'origin', '~> 2.1.1' |
| spec.add_dependency 'activesupport', '~> 4.2.0' | |
| spec.add_dependency 'stringex', '~> 2.5.2' | |
| - | spec.add_dependency 'sanitize', '~> 3.1.0' |
| + | spec.add_dependency 'sanitize', '~> 3.1.2' |
| spec.add_dependency 'morphine', '~> 0.1.1' | |
| spec.add_dependency 'httparty', '~> 0.13.3' | |
| spec.add_dependency 'chronic', '~> 0.10.2' | |