Skip to content

Commit

Permalink
Bump sprockets.
Browse files Browse the repository at this point in the history
For security updates, but we shouldn't have actually been affected by
the issue (since we precompile the assets).
  • Loading branch information
GUI committed Jun 20, 2018
1 parent 3cbd94f commit 88477cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/api-umbrella/web-app/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ GEM
actionpack (> 4, < 5.2)
activemodel (> 4, < 5.2)
sixarm_ruby_unaccent (1.2.0)
sprockets (3.7.1)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.1)
Expand Down
6 changes: 3 additions & 3 deletions website/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@ GEM
activesupport (>= 3.1)
parallel (1.11.1)
public_suffix (2.0.5)
rack (2.0.1)
rack (2.0.5)
rake (12.0.0)
rb-fsevent (0.9.8)
rb-inotify (0.9.8)
ffi (>= 0.5.0)
sass (3.4.23)
servolux (0.13.0)
sprockets (3.7.1)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
thor (0.19.4)
Expand All @@ -126,4 +126,4 @@ DEPENDENCIES
mini_racer (~> 0.1.9)

BUNDLED WITH
1.14.6
1.16.2

0 comments on commit 88477cc

Please sign in to comment.