added specific commit to twitter-bootstrap-rails in Gemfile

This commit is contained in:
Skud
2013-06-13 07:58:54 +10:00
parent a70a19871a
commit 4b9bd4b5de
2 changed files with 4 additions and 1 deletions

View File

@@ -35,7 +35,9 @@ group :assets do
# long term, we'll probably want node.js for performance, but this will do for now as it's easier for new people to install
gem 'therubyracer', '~> 0.10.2', :platforms => :ruby
gem "less-rails"
gem "twitter-bootstrap-rails", :git => 'https://github.com/seyhunak/twitter-bootstrap-rails.git'
gem "twitter-bootstrap-rails",
:git => 'https://github.com/seyhunak/twitter-bootstrap-rails.git',
:ref => '2c7c52'
gem 'uglifier', '>= 1.0.3'

View File

@@ -1,6 +1,7 @@
GIT
remote: https://github.com/seyhunak/twitter-bootstrap-rails.git
revision: 2c7c527c354d9068ce49346d4fd8389328d32ce6
ref: 2c7c52
specs:
twitter-bootstrap-rails (2.2.7)
actionpack (>= 3.1)