diff options
| -rw-r--r-- | Gemfile | 1 | ||||
| -rw-r--r-- | Gemfile.lock | 3 | 
2 files changed, 3 insertions, 1 deletions
| diff --git a/Gemfile b/Gemfile index 39251a1..8293136 100644 --- a/Gemfile +++ b/Gemfile | |||
| @@ -74,3 +74,4 @@ gem 'jquery-ui-rails' | |||
| 74 | gem 'js-routes' | 74 | gem 'js-routes' | 
| 75 | gem 'audited', '~> 4.7' | 75 | gem 'audited', '~> 4.7' | 
| 76 | gem 'enumerize' | 76 | gem 'enumerize' | 
| 77 | gem 'sprockets', '3.7.2' \ No newline at end of file | ||
| diff --git a/Gemfile.lock b/Gemfile.lock index a2b75e6..ac16188 100644 --- a/Gemfile.lock +++ b/Gemfile.lock | |||
| @@ -233,7 +233,7 @@ GEM | |||
| 233 | spring-watcher-listen (2.0.1) | 233 | spring-watcher-listen (2.0.1) | 
| 234 | listen (>= 2.7, < 4.0) | 234 | listen (>= 2.7, < 4.0) | 
| 235 | spring (>= 1.2, < 3.0) | 235 | spring (>= 1.2, < 3.0) | 
| 236 | sprockets (4.0.2) | 236 | sprockets (3.7.2) | 
| 237 | concurrent-ruby (~> 1.0) | 237 | concurrent-ruby (~> 1.0) | 
| 238 | rack (> 1, < 3) | 238 | rack (> 1, < 3) | 
| 239 | sprockets-rails (3.2.2) | 239 | sprockets-rails (3.2.2) | 
| @@ -308,6 +308,7 @@ DEPENDENCIES | |||
| 308 | selenium-webdriver | 308 | selenium-webdriver | 
| 309 | spring | 309 | spring | 
| 310 | spring-watcher-listen (~> 2.0.0) | 310 | spring-watcher-listen (~> 2.0.0) | 
| 311 | sprockets (= 3.7.2) | ||
| 311 | sqlite3 | 312 | sqlite3 | 
| 312 | therubyracer | 313 | therubyracer | 
| 313 | turbolinks (~> 5) | 314 | turbolinks (~> 5) | 
