Skip to content

Commit

Permalink
Updated gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Shanil Puri committed Sep 21, 2014
1 parent 89dda7a commit 9b31f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'rails', '4.1.6'
gem 'execjs'
gem 'therubyracer'
gem 'bootstrap-sass', '2.0.0'
gem 'bootstrap-sass', "~> 2.3.2"
gem 'activeresource'
gem 'activerecord'
# Bundle edge Rails instead:
Expand All @@ -14,7 +14,7 @@ gem 'devise'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', github: 'rails/sass-rails'
gem 'sass-rails', '~> 4.0.3'
gem 'coffee-rails'

# See https://github.com/sstephenson/execjs#readme for more supported runtimes
Expand Down

0 comments on commit 9b31f9f

Please sign in to comment.