From 4b9bd4b5dec8191d66d721bcee0aa4eb01c84cf8 Mon Sep 17 00:00:00 2001 From: Skud Date: Thu, 13 Jun 2013 07:58:54 +1000 Subject: [PATCH] added specific commit to twitter-bootstrap-rails in Gemfile --- Gemfile | 4 +++- Gemfile.lock | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 8e25c271e..ba593f2ea 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index 2f9b7f6ce..e63142054 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)