Gemfile.lock in cobregratis-0.3.0 vs Gemfile.lock in cobregratis-0.4.0

- old
+ new

@@ -1,40 +1,59 @@ +PATH + remote: . + specs: + cobregratis (0.4.0) + activeresource (~> 4.0) + activesupport (~> 4.0) + GEM - remote: http://rubygems.org/ + remote: https://rubygems.org/ specs: - activemodel (3.0.5) - activesupport (= 3.0.5) - builder (~> 2.1.2) - i18n (~> 0.4) - activeresource (3.0.5) - activemodel (= 3.0.5) - activesupport (= 3.0.5) - activesupport (3.0.5) - builder (2.1.2) - diff-lcs (1.1.2) - git (1.2.5) - i18n (0.5.0) - jeweler (1.5.2) - bundler (~> 1.0.0) - git (>= 1.2.5) - rake - rake (0.8.7) - rcov (0.9.9) - rspec (2.3.0) - rspec-core (~> 2.3.0) - rspec-expectations (~> 2.3.0) - rspec-mocks (~> 2.3.0) - rspec-core (2.3.1) - rspec-expectations (2.3.0) - diff-lcs (~> 1.1.2) - rspec-mocks (2.3.0) + activemodel (4.0.2) + activesupport (= 4.0.2) + builder (~> 3.1.0) + activeresource (4.0.0) + activemodel (~> 4.0) + activesupport (~> 4.0) + rails-observers (~> 0.1.1) + activesupport (4.0.2) + i18n (~> 0.6, >= 0.6.4) + minitest (~> 4.2) + multi_json (~> 1.3) + thread_safe (~> 0.1) + tzinfo (~> 0.3.37) + atomic (1.1.14) + builder (3.1.4) + diff-lcs (1.2.5) + docile (1.1.2) + i18n (0.6.9) + minitest (4.7.5) + multi_json (1.8.4) + rails-observers (0.1.2) + activemodel (~> 4.0) + rake (10.1.1) + rspec (2.14.1) + rspec-core (~> 2.14.0) + rspec-expectations (~> 2.14.0) + rspec-mocks (~> 2.14.0) + rspec-core (2.14.7) + rspec-expectations (2.14.4) + diff-lcs (>= 1.1.3, < 2.0) + rspec-mocks (2.14.4) + simplecov (0.8.2) + docile (~> 1.1.0) + multi_json + simplecov-html (~> 0.8.0) + simplecov-html (0.8.0) + thread_safe (0.1.3) + atomic + tzinfo (0.3.38) PLATFORMS ruby DEPENDENCIES - activeresource (>= 2.1) - activesupport (>= 2.1) - bundler (~> 1.0.0) - jeweler (~> 1.5.2) - rcov - rspec (~> 2.3.0) + bundler (= 1.5.2) + cobregratis! + rake (= 10.1.1) + rspec (= 2.14.1) + simplecov (= 0.8.2)