Skip to content

Commit

Permalink
Update dependency sinatra-asset-pipeline to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 15, 2020
1 parent 8abaca8 commit 5175580
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 46 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'rack-cors', require: 'rack/cors'
gem 'rubypants'
gem 'sass'
gem 'sinatra'
gem 'sinatra-asset-pipeline', '0.7.0'
gem 'sinatra-asset-pipeline', '2.2.0'
gem 'twitter'
gem 'uglifier'

Expand Down
84 changes: 39 additions & 45 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,24 @@ GEM
bond (0.5.1)
buftok (0.2.0)
byebug (9.0.6)
chunky_png (1.3.7)
chunky_png (1.3.11)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.10.0)
compass (1.0.3)
coffee-script-source (1.12.2)
compass (0.12.2)
chunky_png (~> 1.2)
compass-core (~> 1.0.2)
compass-import-once (~> 1.0.5)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
sass (>= 3.3.13, < 3.5)
compass-core (1.0.3)
multi_json (~> 1.0)
sass (>= 3.3.0, < 3.5)
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
fssm (>= 0.2.7)
sass (~> 3.1)
concurrent-ruby (1.1.5)
domain_name (0.5.20170404)
unf (>= 0.0.5, < 1.0.0)
equalizer (0.0.11)
execjs (2.7.0)
ffi (1.9.14)
ffi (1.12.1)
foreman (0.81.0)
thor (~> 0.19.1)
hike (1.2.3)
fssm (0.2.10)
http (3.0.0)
addressable (~> 2.3)
http-cookie (~> 1.0)
Expand All @@ -50,26 +43,27 @@ GEM
memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1)
msgpack (1.0.0)
multi_json (1.13.1)
multipart-post (2.0.0)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
naught (1.1.0)
parallel (1.12.1)
parser (2.5.0.0)
ast (~> 2.4.0)
powerpack (0.1.1)
public_suffix (3.0.2)
puma (3.6.0)
rack (1.6.10)
rack (2.1.1)
rack-cors (0.4.0)
rack-protection (1.5.3)
rack-protection (2.0.8.1)
rack
rack-test (0.6.3)
rack (>= 1.0)
rainbow (3.0.0)
rake (10.5.0)
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
rake (12.3.3)
rb-fsevent (0.10.3)
rb-inotify (0.10.1)
ffi (~> 1.0)
rerun (0.11.0)
listen (~> 3.0)
ripl (0.7.1)
Expand All @@ -88,35 +82,35 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.9.0)
ruby2_keywords (0.0.2)
ruby_dep (1.4.0)
rubypants (0.5.1)
sass (3.4.22)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
simple_oauth (0.3.1)
sinatra (1.4.7)
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
sinatra-asset-pipeline (0.7.0)
coffee-script (~> 2.3)
rake (~> 10.0)
sass (~> 3.1)
sinatra (~> 1.4)
sprockets (~> 2.12)
sprockets-helpers (~> 1.1)
sprockets-sass (~> 1.2)
sprockets (2.12.5)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sinatra (2.0.8.1)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.8.1)
tilt (~> 2.0)
sinatra-asset-pipeline (2.2.0)
coffee-script (~> 2.4)
rake (~> 12.3)
sass (~> 3.5)
sinatra (~> 2.0)
sprockets (~> 3.7)
sprockets-helpers (~> 1.2)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-helpers (1.2.1)
sprockets (>= 2.2)
sprockets-sass (1.3.1)
sprockets (~> 2.0)
tilt (~> 1.1)
thor (0.19.1)
thread_safe (0.3.6)
tilt (1.4.1)
tilt (2.0.10)
tux (0.3.0)
ripl (>= 0.3.5)
ripl-multi_line (>= 0.2.4)
Expand Down Expand Up @@ -155,7 +149,7 @@ DEPENDENCIES
rubypants
sass
sinatra
sinatra-asset-pipeline (= 0.7.0)
sinatra-asset-pipeline (= 2.2.0)
tux
twitter
uglifier
Expand Down

0 comments on commit 5175580

Please sign in to comment.