Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sinatra from 1.4.8 to 2.2.0 #41

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# A sample Gemfile
source "https://rubygems.org"

gem 'sinatra', '~> 1.4.5'
gem 'sinatra', '~> 2.2.0'
gem 'puma'

gem 'dogstatsd-ruby', '~> 1.4.1'
Expand Down
20 changes: 12 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ GEM
minitest (5.11.3)
multi_json (1.13.1)
multipart-post (2.1.1)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
mysql2 (0.3.21)
net-http-persistent (2.9.4)
net-http-pipeline (1.0.1)
Expand All @@ -53,8 +55,8 @@ GEM
pusher-client (0.6.2)
json
websocket (~> 1.0)
rack (1.6.11)
rack-protection (1.5.5)
rack (2.2.3)
rack-protection (2.2.0)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -82,12 +84,14 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.10.1)
sinatra (1.4.8)
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
ruby2_keywords (0.0.5)
sinatra (2.2.0)
mustermann (~> 1.0)
rack (~> 2.2)
rack-protection (= 2.2.0)
tilt (~> 2.0)
thread_safe (0.3.6)
tilt (2.0.9)
tilt (2.0.10)
timecop (0.9.1)
travis (1.8.10)
backports
Expand Down Expand Up @@ -122,7 +126,7 @@ DEPENDENCIES
rb-readline
rspec
rubocop
sinatra (~> 1.4.5)
sinatra (~> 2.2.0)
timecop
travis
zk
Expand Down