Gemfile.lock in citrulu-0.2.1 vs Gemfile.lock in citrulu-0.2.2
- old
+ new
@@ -1,29 +1,34 @@
GEM
remote: http://rubygems.org/
specs:
- activemodel (3.2.3)
- activesupport (= 3.2.3)
- builder (~> 3.0.0)
- activesupport (3.2.3)
- i18n (~> 0.6)
- multi_json (~> 1.0)
- builder (3.0.0)
+ activemodel (4.0.0)
+ activesupport (= 4.0.0)
+ builder (~> 3.1.0)
+ activesupport (4.0.0)
+ 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.1.3)
- factory_girl (2.6.4)
- activesupport (>= 2.3.9)
+ factory_girl (4.2.0)
+ activesupport (>= 3.0.0)
faraday (0.8.4)
multipart-post (~> 1.1)
git (1.2.5)
- i18n (0.6.0)
+ i18n (0.6.5)
jeweler (1.8.4)
bundler (~> 1.0)
git (>= 1.2.5)
rake
rdoc
json (1.7.5)
- multi_json (1.3.6)
+ minitest (4.7.5)
+ multi_json (1.8.1)
multipart-post (1.1.5)
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
rspec (2.11.0)
@@ -36,17 +41,20 @@
rspec-mocks (2.11.3)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
+ thread_safe (0.1.3)
+ atomic
+ tzinfo (0.3.37)
PLATFORMS
ruby
DEPENDENCIES
- activemodel
+ activemodel (~> 4.0.0)
bundler (>= 1.0.0)
- factory_girl
+ factory_girl (~> 4.2.0)
faraday
jeweler (~> 1.8.4)
json
rdoc (~> 3.12)
rspec (>= 2.11.0)