Gemfile in barista-1.2.1 vs Gemfile in barista-1.3.0
- old
+ new
@@ -1,9 +1,15 @@
source "http://rubygems.org"
gem 'coffee-script', '~> 2.2'
group :development, :test do
- gem 'jeweler', '~> 1.0'
- gem 'rspec', '~> 2.1'
- gem 'rr', '~> 1.0'
-end
\ No newline at end of file
+ gem 'rails', '~> 3.0'
+ gem 'jeweler', '~> 1.0'
+ gem 'rspec', '~> 2.6'
+ gem 'rspec-rails', '~> 2.6'
+ gem 'rspec-core', '~> 2.6'
+ gem 'rdoc', '~> 2.4'
+ gem 'rr', '~> 1.0'
+ gem 'ruby-debug', :platform => :ruby_18
+ gem 'ruby-debug19', '~> 0.11', :platform => :ruby_19
+end