Commit 0a98c398eec673dae80dc41e5df1b156cfb74491
1 parent
b8870356
Exists in
colab
and in
4 other branches
Reversing version of sprockets to 2.12.3
Signed off by: Pedro Scocco <pedroscocco@gmail.com> Signed-off-by: Diego Araújo <diegoamc90@gmail.com>
Showing
2 changed files
with
13 additions
and
5 deletions
Show diff stats
Gemfile
... | ... | @@ -111,6 +111,8 @@ group :development, :test do |
111 | 111 | |
112 | 112 | # Localization assistance |
113 | 113 | gem 'i18n_generators' |
114 | + | |
115 | + gem 'sprockets', '~>2.12.3' # spckets 3.0.3 breaks konacha | |
114 | 116 | end |
115 | 117 | |
116 | 118 | # Acceptance tests |
... | ... | @@ -123,6 +125,7 @@ group :cucumber do |
123 | 125 | gem 'poltergeist', '~> 1.6.0' |
124 | 126 | end |
125 | 127 | |
128 | + | |
126 | 129 | # Use ActiveModel has_secure_password |
127 | 130 | # gem 'bcrypt', '~> 3.1.7' |
128 | 131 | ... | ... |
Gemfile.lock
1 | 1 | GIT |
2 | 2 | remote: https://github.com/seyhunak/twitter-bootstrap-rails.git |
3 | - revision: cd805c7217703e60ff82576525a3ba03a3c2bc35 | |
3 | + revision: ba1e2bc2dad7f1e3c8b754f765dac7f4410fa06a | |
4 | 4 | specs: |
5 | 5 | twitter-bootstrap-rails (3.2.1) |
6 | 6 | actionpack (>= 3.1) |
... | ... | @@ -77,7 +77,7 @@ GEM |
77 | 77 | rack (>= 1.0.0) |
78 | 78 | rack-test (>= 0.5.4) |
79 | 79 | xpath (~> 2.0) |
80 | - chart-js-rails (0.0.8) | |
80 | + chart-js-rails (0.0.9) | |
81 | 81 | railties (> 3.1) |
82 | 82 | cliver (0.3.2) |
83 | 83 | codeclimate-test-reporter (0.4.7) |
... | ... | @@ -139,6 +139,7 @@ GEM |
139 | 139 | globalid (0.3.5) |
140 | 140 | activesupport (>= 4.1.0) |
141 | 141 | google-analytics-rails (0.0.6) |
142 | + hike (1.2.3) | |
142 | 143 | http-cookie (1.0.2) |
143 | 144 | domain_name (~> 0.5) |
144 | 145 | http_accept_language (2.0.5) |
... | ... | @@ -146,7 +147,7 @@ GEM |
146 | 147 | i18n_generators (1.2.1) |
147 | 148 | mechanize |
148 | 149 | rails (>= 3.0.0) |
149 | - jbuilder (2.2.12) | |
150 | + jbuilder (2.2.13) | |
150 | 151 | activesupport (>= 3.0.0, < 5) |
151 | 152 | multi_json (~> 1.2) |
152 | 153 | jquery-rails (4.0.3) |
... | ... | @@ -260,7 +261,7 @@ GEM |
260 | 261 | rspec-support (~> 3.2.0) |
261 | 262 | rspec-support (3.2.2) |
262 | 263 | sass (3.4.13) |
263 | - sass-rails (5.0.2) | |
264 | + sass-rails (5.0.3) | |
264 | 265 | railties (>= 4.0.0, < 5.0) |
265 | 266 | sass (~> 3.1) |
266 | 267 | sprockets (>= 2.8, < 4.0) |
... | ... | @@ -277,8 +278,11 @@ GEM |
277 | 278 | simplecov-html (~> 0.10.0) |
278 | 279 | simplecov-html (0.10.0) |
279 | 280 | spring (1.3.6) |
280 | - sprockets (3.0.3) | |
281 | + sprockets (2.12.3) | |
282 | + hike (~> 1.2) | |
283 | + multi_json (~> 1.0) | |
281 | 284 | rack (~> 1.0) |
285 | + tilt (~> 1.1, != 1.3.0) | |
282 | 286 | sprockets-rails (2.3.0) |
283 | 287 | actionpack (>= 3.0) |
284 | 288 | activesupport (>= 3.0) |
... | ... | @@ -358,6 +362,7 @@ DEPENDENCIES |
358 | 362 | shoulda-matchers (~> 2.8.0) |
359 | 363 | simplecov |
360 | 364 | spring |
365 | + sprockets (~> 2.12.3) | |
361 | 366 | sqlite3 |
362 | 367 | therubyracer |
363 | 368 | turbolinks | ... | ... |