Skip to content

Commit ad79bc7

Browse files
committed
Trying to fix deploy problem on bundle install with sass-rails
1 parent 2802ec7 commit ad79bc7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ GEM
6363
concurrent-ruby (1.0.5)
6464
crack (0.4.3)
6565
safe_yaml (~> 1.0.0)
66-
crass (1.0.3)
66+
crass (1.0.4)
6767
database_cleaner (1.6.2)
6868
debug_inspector (0.0.3)
6969
diff-lcs (1.3)
@@ -144,8 +144,8 @@ GEM
144144
activesupport (>= 4.2.0, < 5.0)
145145
nokogiri (~> 1.6)
146146
rails-deprecated_sanitizer (>= 1.0.1)
147-
rails-html-sanitizer (1.0.3)
148-
loofah (~> 2.0)
147+
rails-html-sanitizer (1.0.4)
148+
loofah (~> 2.2, >= 2.2.2)
149149
rails-perftest (0.0.7)
150150
rails_12factor (0.0.3)
151151
rails_serve_static_assets
@@ -157,7 +157,7 @@ GEM
157157
activesupport (= 4.2.10)
158158
rake (>= 0.8.7)
159159
thor (>= 0.18.1, < 2.0)
160-
rake (12.3.0)
160+
rake (12.3.1)
161161
redcarpet (3.4.0)
162162
redis (4.0.1)
163163
redis-actionpack (5.0.2)
@@ -204,14 +204,14 @@ GEM
204204
sass-rails (4.0.3)
205205
railties (>= 4.0.0, < 5.0)
206206
sass (~> 3.2.0)
207-
sprockets (~> 2.8, <= 2.11.3)
207+
sprockets (~> 2.8, <= 2.11.0)
208208
sprockets-rails (~> 2.0)
209209
sawyer (0.8.1)
210210
addressable (>= 2.3.5, < 2.6)
211211
faraday (~> 0.8, < 1.0)
212212
shoulda-matchers (3.1.2)
213213
activesupport (>= 4.0.0)
214-
sprockets (2.11.3)
214+
sprockets (2.11.0)
215215
hike (~> 1.2)
216216
multi_json (~> 1.0)
217217
rack (~> 1.0)

0 commit comments

Comments
 (0)