Skip to content

Commit

Permalink
Update to Ruby 2.6.2 and update gems
Browse files Browse the repository at this point in the history
The app didn't work well under Ruby 2.6 with the previous gem setup. I think the problem was with the haml gem, which gained Ruby 2.5 support in 5.0.4.

Figured it doesn't hurt to try out all the newest gems in a project though, so decided to update everything.
  • Loading branch information
walro committed Apr 8, 2019
1 parent d7f5f46 commit 47101c2
Show file tree
Hide file tree
Showing 31 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
2.4.4
2.6.2
46 changes: 23 additions & 23 deletions Gemfile.lock
@@ -1,39 +1,39 @@
GEM
remote: https://rubygems.org/
specs:
backports (2.8.2)
feedbag (0.9.6)
nokogiri (~> 1.0)
backports (3.13.0)
feedbag (0.10)
nokogiri (~> 1.8, >= 1.8.2)
open_uri_redirections (~> 0.2)
haml (5.0.1)
haml (5.0.4)
temple (>= 0.8.0)
tilt
kgio (2.11.0)
mini_portile2 (2.3.0)
kgio (2.11.2)
mini_portile2 (2.4.0)
multi_json (1.13.1)
mustermann (1.0.2)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
mustermann (1.0.3)
nokogiri (1.10.2)
mini_portile2 (~> 2.4.0)
open_uri_redirections (0.2.1)
rack (2.0.6)
rack-protection (2.0.2)
rack (2.0.7)
rack-protection (2.0.5)
rack
raindrops (0.18.0)
sinatra (2.0.2)
raindrops (0.19.0)
sinatra (2.0.5)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.2)
rack-protection (= 2.0.5)
tilt (~> 2.0)
sinatra-contrib (2.0.2)
backports (~> 2.8.2)
sinatra-contrib (2.0.5)
backports (>= 2.8.2)
multi_json
mustermann (~> 1.0)
rack-protection (= 2.0.2)
sinatra (= 2.0.2)
rack-protection (= 2.0.5)
sinatra (= 2.0.5)
tilt (>= 1.3, < 3)
temple (0.8.0)
tilt (2.0.8)
unicorn (5.3.0)
temple (0.8.1)
tilt (2.0.9)
unicorn (5.5.0)
kgio (~> 2.6)
raindrops (~> 0.7)

Expand All @@ -48,7 +48,7 @@ DEPENDENCIES
unicorn

RUBY VERSION
ruby 2.4.4p296
ruby 2.6.2p47

BUNDLED WITH
1.16.5
1.17.3
Binary file removed vendor/cache/backports-2.8.2.gem
Binary file not shown.
Binary file added vendor/cache/backports-3.13.0.gem
Binary file not shown.
Binary file added vendor/cache/feedbag-0.10.gem
Binary file not shown.
Binary file removed vendor/cache/feedbag-0.9.6.gem
Binary file not shown.
Binary file removed vendor/cache/haml-5.0.1.gem
Binary file not shown.
Binary file added vendor/cache/haml-5.0.4.gem
Binary file not shown.
Binary file removed vendor/cache/kgio-2.11.0.gem
Binary file not shown.
Binary file added vendor/cache/kgio-2.11.2.gem
Binary file not shown.
Binary file removed vendor/cache/mini_portile2-2.3.0.gem
Binary file not shown.
Binary file added vendor/cache/mini_portile2-2.4.0.gem
Binary file not shown.
Binary file removed vendor/cache/mustermann-1.0.2.gem
Binary file not shown.
Binary file added vendor/cache/mustermann-1.0.3.gem
Binary file not shown.
Binary file not shown.
Binary file removed vendor/cache/rack-2.0.6.gem
Binary file not shown.
Binary file added vendor/cache/rack-2.0.7.gem
Binary file not shown.
Binary file removed vendor/cache/rack-protection-2.0.2.gem
Binary file not shown.
Binary file added vendor/cache/rack-protection-2.0.5.gem
Binary file not shown.
Binary file removed vendor/cache/raindrops-0.18.0.gem
Binary file not shown.
Binary file added vendor/cache/raindrops-0.19.0.gem
Binary file not shown.
Binary file removed vendor/cache/sinatra-2.0.2.gem
Binary file not shown.
Binary file added vendor/cache/sinatra-2.0.5.gem
Binary file not shown.
Binary file removed vendor/cache/sinatra-contrib-2.0.2.gem
Binary file not shown.
Binary file added vendor/cache/sinatra-contrib-2.0.5.gem
Binary file not shown.
Binary file removed vendor/cache/temple-0.8.0.gem
Binary file not shown.
Binary file added vendor/cache/temple-0.8.1.gem
Binary file not shown.
Binary file removed vendor/cache/tilt-2.0.8.gem
Binary file not shown.
Binary file added vendor/cache/tilt-2.0.9.gem
Binary file not shown.
Binary file removed vendor/cache/unicorn-5.3.0.gem
Binary file not shown.
Binary file added vendor/cache/unicorn-5.5.0.gem
Binary file not shown.

0 comments on commit 47101c2

Please sign in to comment.