Gemfile.lock in cobregratis-0.4.2 vs Gemfile.lock in cobregratis-0.4.3
- old
+ new
@@ -1,59 +1,62 @@
PATH
remote: .
specs:
- cobregratis (0.4.1)
+ cobregratis (0.4.3)
activeresource (~> 4.0)
activesupport (~> 4.0)
GEM
remote: https://rubygems.org/
specs:
- activemodel (4.1.1)
- activesupport (= 4.1.1)
+ activemodel (4.1.4)
+ activesupport (= 4.1.4)
builder (~> 3.1)
activeresource (4.0.0)
activemodel (~> 4.0)
activesupport (~> 4.0)
rails-observers (~> 0.1.1)
- activesupport (4.1.1)
+ activesupport (4.1.4)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.1)
tzinfo (~> 1.1)
builder (3.2.2)
diff-lcs (1.2.5)
- docile (1.1.2)
- i18n (0.6.9)
+ docile (1.1.5)
+ i18n (0.6.11)
json (1.8.1)
- minitest (5.3.4)
- multi_json (1.8.4)
+ minitest (5.4.0)
+ multi_json (1.10.1)
rails-observers (0.1.2)
activemodel (~> 4.0)
rake (10.3.2)
- 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)
+ rspec (3.0.0)
+ rspec-core (~> 3.0.0)
+ rspec-expectations (~> 3.0.0)
+ rspec-mocks (~> 3.0.0)
+ rspec-core (3.0.3)
+ rspec-support (~> 3.0.0)
+ rspec-expectations (3.0.3)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.0.0)
+ rspec-mocks (3.0.3)
+ rspec-support (~> 3.0.0)
+ rspec-support (3.0.3)
+ simplecov (0.9.0)
docile (~> 1.1.0)
multi_json
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
- thread_safe (0.3.3)
- tzinfo (1.1.0)
+ thread_safe (0.3.4)
+ tzinfo (1.2.1)
thread_safe (~> 0.1)
PLATFORMS
ruby
DEPENDENCIES
- bundler (= 1.5.3)
cobregratis!
- rake (= 10.3.2)
- rspec (= 2.14.1)
- simplecov (= 0.8.2)
+ rake (~> 10.3.2)
+ rspec (~> 3.0.0)
+ simplecov (~> 0.9.0)