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-contrib and sinatra #585

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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,6 +1,6 @@
source 'https://rubygems.org'

gem 'sinatra', '~> 1.4', '< 2'
gem 'sinatra', '~> 3.0'
gem 'sinatra-contrib'
gem 'sinatra-cors'
gem 'sinatra-param'
Expand Down
32 changes: 17 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
GEM
remote: https://rubygems.org/
specs:
backports (3.20.2)
byebug (11.1.3)
chef-utils (16.11.7)
coderay (1.1.3)
Expand All @@ -26,15 +25,17 @@ GEM
chef-utils
mixlib-versioning (1.1.0)
multi_json (1.15.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
netrc (0.11.0)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.9.0)
byebug (~> 11.0)
pry (~> 0.13.0)
rack (1.6.13)
rack-protection (1.5.5)
rack (2.2.6.2)
rack-protection (3.0.5)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -69,23 +70,24 @@ GEM
rspec-support (3.10.3)
rspec_junit_formatter (0.5.1)
rspec-core (>= 2, < 4, != 2.12.0)
sinatra (1.4.8)
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
sinatra-contrib (1.4.7)
backports (>= 2.0)
ruby2_keywords (0.0.5)
sinatra (3.0.5)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.5)
tilt (~> 2.0)
sinatra-contrib (3.0.5)
multi_json
rack-protection
rack-test
sinatra (~> 1.4.0)
tilt (>= 1.3, < 3)
mustermann (~> 3.0)
rack-protection (= 3.0.5)
sinatra (= 3.0.5)
tilt (~> 2.0)
sinatra-cors (1.2.0)
sinatra-param (1.6.0)
sinatra (>= 1.3)
statsd-ruby (1.5.0)
thor (1.1.0)
tilt (2.0.10)
tilt (2.0.11)
trashed (3.2.7)
statsd-ruby (~> 1.1)
unf (0.1.4)
Expand Down Expand Up @@ -115,7 +117,7 @@ DEPENDENCIES
rspec-legacy_formatters
rspec-rerun (~> 1.1.0)
rspec_junit_formatter
sinatra (~> 1.4, < 2)
sinatra (~> 3.0)
sinatra-contrib
sinatra-cors
sinatra-param
Expand Down