Browse Source

Add bootstrap dependencies

Maarten van den Berg 8 years ago
parent
commit
088a3698bc
2 changed files with 13 additions and 1 deletions
  1. 5 1
      Gemfile
  2. 8 0
      Gemfile.lock

+ 5 - 1
Gemfile

@@ -25,7 +25,11 @@ gem 'jbuilder', '~> 2.5'
25 25
 # Use Redis adapter to run Action Cable in production
26 26
 # gem 'redis', '~> 3.0'
27 27
 # Use ActiveModel has_secure_password
28
-# gem 'bcrypt', '~> 3.1.7'
28
+gem 'bcrypt', '~> 3.1.7'
29
+
30
+# Use Bootstrap for CSS
31
+gem 'bootstrap-sass', '~> 2.3.0'
32
+gem 'autoprefixer-rails'
29 33
 
30 34
 # Use Capistrano for deployment
31 35
 # gem 'capistrano-rails', group: :development

+ 8 - 0
Gemfile.lock

@@ -39,6 +39,11 @@ GEM
39 39
       minitest (~> 5.1)
40 40
       tzinfo (~> 1.1)
41 41
     arel (7.1.4)
42
+    autoprefixer-rails (6.5.3.1)
43
+      execjs
44
+    bcrypt (3.1.11)
45
+    bootstrap-sass (2.3.2.2)
46
+      sass (~> 3.2)
42 47
     builder (3.2.2)
43 48
     byebug (9.0.6)
44 49
     coffee-rails (4.2.1)
@@ -154,6 +159,9 @@ PLATFORMS
154 159
   ruby
155 160
 
156 161
 DEPENDENCIES
162
+  autoprefixer-rails
163
+  bcrypt (~> 3.1.7)
164
+  bootstrap-sass (~> 2.3.0)
157 165
   byebug
158 166
   coffee-rails (~> 4.2)
159 167
   jbuilder (~> 2.5)