diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-03-01 18:25:10 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-03-01 18:25:10 -0500 |
commit | 940d689d1851540dfbe1d8c4861cf0bc129426fe (patch) | |
tree | ccd22d278829cf06952c1343359d5c2a6fdbe5aa /Gemfile.lock | |
parent | 6aa50165b0acc355925e271f07ef8e87291e0232 (diff) | |
download | gitlab-ce-940d689d1851540dfbe1d8c4861cf0bc129426fe.tar.gz |
Bump sprockets to `~> 3.3.5`rs-update-sprockets
Closes #6069
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 29563b18db1..e048e2f5a56 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -407,7 +407,6 @@ GEM railties (>= 4.0.1) hashie (3.4.3) highline (1.7.8) - hike (1.2.3) hipchat (1.5.2) httparty mimemagic @@ -771,11 +770,8 @@ GEM spring (>= 0.9.1) spring-commands-teaspoon (0.0.2) spring (>= 0.9.1) - sprockets (2.12.4) - hike (~> 1.2) - multi_json (~> 1.0) - rack (~> 1.0) - tilt (~> 1.1, != 1.3.0) + sprockets (3.3.5) + rack (> 1, < 3) sprockets-rails (2.3.3) actionpack (>= 3.0) activesupport (>= 3.0) @@ -807,7 +803,7 @@ GEM rack (~> 1.0) thor (0.19.1) thread_safe (0.3.5) - tilt (1.4.1) + tilt (2.0.2) timfel-krb5-auth (0.8.3) tinder (1.10.1) eventmachine (~> 1.0) @@ -1024,7 +1020,7 @@ DEPENDENCIES spring-commands-rspec (~> 1.0.4) spring-commands-spinach (~> 1.0.0) spring-commands-teaspoon (~> 0.0.2) - sprockets (~> 2.12.3) + sprockets (~> 3.3.5) state_machines-activerecord (~> 0.3.0) task_list (~> 1.0.2) teaspoon (~> 1.0.0) |