aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorre4k <re4k@re4k.info>2013-05-04 23:01:39 +0900
committerre4k <re4k@re4k.info>2013-05-04 23:01:39 +0900
commitbd2448b8d4e44ecfe5458a35b9a760c4625d5cc5 (patch)
treedc63fad8f07383933e0122ba343fdb9415d1f617 /Gemfile
parent72635857e3e1446122d56e122c175bccdb2bf01b (diff)
downloadaclog-bd2448b8d4e44ecfe5458a35b9a760c4625d5cc5.tar.gz
change bootstrap-sass to bootstrap-sass-rails / bundle update
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index ebc2db1..19bfb3b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -25,7 +25,7 @@ gem 'coffee-rails', '~> 4.0.0.rc1'
gem 'jquery-rails'
gem 'uglifier', '>= 1.0.3'
-gem 'bootstrap-sass'
+gem 'bootstrap-sass-rails'
group :test do
gem 'rspec'