Skip to content

Commit

Permalink
Update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
pbstriker38 committed Nov 25, 2023
1 parent c7dfb47 commit c7d6229
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

ruby '3.2.2'

gem 'sinatra', '~> 2.2'
gem 'puma', '~> 5.6'
gem 'sinatra', '~> 3.0'
gem 'puma', '~> 6.0'
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
GEM
remote: https://rubygems.org/
specs:
mustermann (2.0.2)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
nio4r (2.5.9)
puma (5.6.7)
nio4r (2.6.1)
puma (6.4.0)
nio4r (~> 2.0)
rack (2.2.6.4)
rack-protection (2.2.3)
rack
rack (2.2.8)
rack-protection (3.1.0)
rack (~> 2.2, >= 2.2.4)
ruby2_keywords (0.0.5)
sinatra (2.2.3)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.3)
sinatra (3.1.0)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.1.0)
tilt (~> 2.0)
tilt (2.0.11)
tilt (2.3.0)

PLATFORMS
ruby
x86_64-darwin-19
x86_64-darwin-20

DEPENDENCIES
puma (~> 5.6)
sinatra (~> 2.2)
puma (~> 6.0)
sinatra (~> 3.0)

RUBY VERSION
ruby 3.2.2p53
Expand Down

0 comments on commit c7d6229

Please sign in to comment.