summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo k <mo@mokhan.ca>2012-08-25 18:24:39 -0600
committermo k <mo@mokhan.ca>2012-08-25 18:24:39 -0600
commit0cefbfee9d12cf2bdb5f99e5f49b47d2971bc6d2 (patch)
tree0d6fff80d12f0e3fb518f745437fe440946b3e9e
parent057df0c31587a0e015debf3cf2c9d1fc731a22f1 (diff)
add bootswatch-rails.
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock3
2 files changed, 4 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 5367a9a..2d2f797 100644
--- a/Gemfile
+++ b/Gemfile
@@ -7,7 +7,6 @@ gem 'rails', '3.2.8'
gem 'sqlite3'
-
# Gems used only for assets and not required
# in production environments by default.
group :assets do
@@ -21,6 +20,7 @@ group :assets do
end
gem 'jquery-rails'
+gem 'bootswatch-rails'
# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'
diff --git a/Gemfile.lock b/Gemfile.lock
index ce1f87c..c773920 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -29,6 +29,8 @@ GEM
i18n (~> 0.6)
multi_json (~> 1.0)
arel (3.0.2)
+ bootswatch-rails (0.0.12)
+ railties (>= 3.1)
builder (3.0.0)
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
@@ -103,6 +105,7 @@ PLATFORMS
ruby
DEPENDENCIES
+ bootswatch-rails
coffee-rails (~> 3.2.1)
jquery-rails
rails (= 3.2.8)