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 2.0.7 to 2.2.3 in /05-api-consumption/02-sinatra-web-app #44

Open
wants to merge 1 commit into
base: master
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 05-api-consumption/02-sinatra-web-app/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ source "https://rubygems.org"

git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

gem "sinatra", "~> 2.0"
gem "sinatra", "~> 2.2"
gem "sinatra-contrib", "~> 2.0"
30 changes: 15 additions & 15 deletions 05-api-consumption/02-sinatra-web-app/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
GEM
remote: https://rubygems.org/
specs:
backports (3.15.0)
multi_json (1.13.1)
mustermann (1.0.3)
rack (2.2.3)
rack-protection (2.0.7)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
rack (2.2.4)
rack-protection (2.2.3)
rack
sinatra (2.0.7)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.7)
ruby2_keywords (0.0.5)
sinatra (2.2.3)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.3)
tilt (~> 2.0)
sinatra-contrib (2.0.7)
backports (>= 2.8.2)
sinatra-contrib (2.2.3)
multi_json
mustermann (~> 1.0)
rack-protection (= 2.0.7)
sinatra (= 2.0.7)
mustermann (~> 2.0)
rack-protection (= 2.2.3)
sinatra (= 2.2.3)
tilt (~> 2.0)
tilt (2.0.9)
tilt (2.0.11)

PLATFORMS
ruby

DEPENDENCIES
sinatra (~> 2.0)
sinatra (~> 2.2)
sinatra-contrib (~> 2.0)

BUNDLED WITH
Expand Down