Skip to content

Commit

Permalink
Merge pull request #855 from bmesuere/dependabot/bundler/api/sinatra-…
Browse files Browse the repository at this point in the history
…contrib-and-sinatra-3.1.0

Bump sinatra-contrib and sinatra in /api
  • Loading branch information
bmesuere authored Aug 14, 2023
2 parents 6265d7e + df54a1e commit a5d305b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

# gem "rails"

gem "sinatra", "~> 3.0"
gem "sinatra", "~> 3.1"

gem "json", "~> 2.6"

gem "sinatra-contrib", "~> 3.0"
gem "sinatra-contrib", "~> 3.1"

gem "mysql2", "~> 0.5.5"

Expand Down
22 changes: 11 additions & 11 deletions api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ GEM
nio4r (2.5.9)
puma (6.3.0)
nio4r (~> 2.0)
rack (2.2.6.4)
rack-protection (3.0.6)
rack
rack (2.2.8)
rack-protection (3.1.0)
rack (~> 2.2, >= 2.2.4)
rom (5.3.0)
rom-changeset (~> 5.3, >= 5.3.0)
rom-core (~> 5.3, >= 5.3.0)
Expand Down Expand Up @@ -67,18 +67,18 @@ GEM
sequel (>= 4.49)
ruby2_keywords (0.0.5)
sequel (5.62.0)
sinatra (3.0.6)
sinatra (3.1.0)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.6)
rack-protection (= 3.1.0)
tilt (~> 2.0)
sinatra-contrib (3.0.6)
sinatra-contrib (3.1.0)
multi_json
mustermann (~> 3.0)
rack-protection (= 3.0.6)
sinatra (= 3.0.6)
rack-protection (= 3.1.0)
sinatra (= 3.1.0)
tilt (~> 2.0)
tilt (2.1.0)
tilt (2.2.0)
transproc (1.1.1)
zeitwerk (2.6.6)

Expand All @@ -92,8 +92,8 @@ DEPENDENCIES
mysql2 (~> 0.5.5)
puma (~> 6.3)
rom-sql (~> 3.6)
sinatra (~> 3.0)
sinatra-contrib (~> 3.0)
sinatra (~> 3.1)
sinatra-contrib (~> 3.1)

BUNDLED WITH
2.1.4

0 comments on commit a5d305b

Please sign in to comment.