Gemfile in cupcakinator-1.1.2 vs Gemfile in cupcakinator-2.0.0
- old
+ new
@@ -1,12 +1,12 @@
source 'https://rubygems.org'
gemspec
-gem 'bundler', '~> 1.3'
-gem 'hashie'
+gem 'bundler'
+gem 'hashie', '~> 3'
gem 'i18n'
-gem 'json', '~> 1.8'
+gem 'json'
group :development, :test do
gem 'guard'
gem 'guard-bundler'
gem 'guard-rspec'
\ No newline at end of file