Skip to content

Commit

Permalink
Updated Gemfile to Rails 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xntrik committed Jun 20, 2014
1 parent a96967b commit 89b6ba4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .ruby-gemset
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ssa
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ruby-2.0.0-p451
1 change: 0 additions & 1 deletion .rvmrc

This file was deleted.

6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'rails', '3.2.13'
gem 'rails', '4.1.0'

# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
Expand All @@ -14,15 +14,15 @@ gem 'devise'

# Gems used only for assets and not required
# in production environments by default.
group :assets do
# group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'

# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', :platform => :ruby

gem 'uglifier', '>= 1.0.3'
end
# end

gem 'jquery-rails'

Expand Down

0 comments on commit 89b6ba4

Please sign in to comment.