Skip to content

Commit

Permalink
Upgrading to ruby1.9.3 and gems to close #116
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Corbucci committed Jan 29, 2014
1 parent 4f7edfa commit 3cbe4e3
Show file tree
Hide file tree
Showing 124 changed files with 282 additions and 163 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-1.8.7
ruby-1.9.3
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#encoding: utf-8
source 'http://rubygems.org'

gem 'rails', '=3.2.13'
gem 'rails', '=3.2.16'
gem 'jquery-rails', '=3.0.4'
gem 'haml', '=4.0.3'
gem 'will_paginate', '=3.0.4'
Expand Down Expand Up @@ -33,10 +34,9 @@ end
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'therubyracer', '=0.11.4'
gem 'therubyracer', '=0.12.0'
gem 'sass-rails', '=3.2.6'
gem 'yui-compressor', '=0.11.0'
gem 'johnson', '=1.2.0'
gem 'jquery-ui-rails', '=4.0.4'
gem 'coffee-rails', '=3.2.2' # 4.0.0 for rails 4
gem 'fancybox-rails', '=0.2.1'
Expand All @@ -54,7 +54,7 @@ group :test do
gem 'mocha', '=0.14.0'
gem 'shoulda-matchers', '=2.0.0' # version 2.2+ requires ruby 1.9+
gem 'factory_girl_rails', '=1.7.0' # version 2+ requires factory_girl 3+, which dropped support for ruby 1.8
gem 'rcov', '=1.0.0'
gem 'simplecov', '=0.8.2'
gem 'email_spec', '=1.5.0'
end

Expand Down
Loading

0 comments on commit 3cbe4e3

Please sign in to comment.