Skip to content

Commit

Permalink
Lock ruby version to 1.9.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
linjunpop committed Mar 4, 2013
1 parent ca181a8 commit e7379e6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -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 e7379e6

Please sign in to comment.