Skip to content

Commit

Permalink
Merge pull request #175 from linjunpop/ruby-1.9.3
Browse files Browse the repository at this point in the history
Lock ruby version to 1.9.3.
  • Loading branch information
fusion94 committed Mar 4, 2013
2 parents ca181a8 + e7379e6 commit a40fa42
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Gemfile
@@ -1,5 +1,7 @@
source 'https://rubygems.org'

ruby '1.9.3'

# Core gems
gem 'rails', '3.2.12'

Expand Down Expand Up @@ -27,7 +29,7 @@ group :assets do
gem 'sass-rails'
gem 'coffee-rails'
gem 'bourbon', '~> 1.4.0'
gem 'execjs'
gem 'execjs'
gem 'eco'
gem 'uglifier'
gem 'bootstrap-sass', '~> 2.3.0.1'
Expand Down Expand Up @@ -55,7 +57,7 @@ group :test do
gem 'simplecov', :require => false
end

group :development, :test do
group :development, :test do
gem 'sqlite3'
gem 'guard'
gem 'guard-rspec'
Expand Down

0 comments on commit a40fa42

Please sign in to comment.