Gemfile in motion-prime-0.1.0 vs Gemfile in motion-prime-0.1.1
- old
+ new
@@ -1,13 +1,8 @@
source 'http://rubygems.org'
-gem 'cocoapods', '0.19.1'
-gem 'motion-cocoapods', '1.3.2'
-
-# ruby sugar
-gem 'sugarcube', '0.20.23'
-gem 'motion-support', '0.2.4'
-gem 'bubble-wrap', '1.3.0'
-
-# modelds
-gem 'nano-store', '0.6.3'
+gem 'cocoapods', '~> 0.19.1'
+gem 'motion-cocoapods', '~> 1.3.2'
+gem 'motion-support', '~> 0.2.4'
+gem 'sugarcube', '~> 0.20.23'
+gem 'bubble-wrap', '~> 1.3.0'
gemspec
\ No newline at end of file