Skip to content

Commit

Permalink
Merge pull request #35 from Flagsmith/dependabot/bundler/example/puma…
Browse files Browse the repository at this point in the history
…-6.3.1

Bump puma from 5.6.4 to 6.3.1 in /example
  • Loading branch information
dabeeeenster authored Aug 31, 2023
2 parents 893a353 + 8c8a1fa commit 5906c22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'hanami', '~> 1.3'
gem 'hanami-model', '~> 1.3'
gem 'slim'
gem 'sqlite3'
gem "puma", "~> 5.6"
gem "puma", "~> 6.3"

gemspec path: '../'

Expand Down
6 changes: 3 additions & 3 deletions example/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.2)
multipart-post (2.3.0)
nio4r (2.5.8)
nio4r (2.5.9)
nokogiri (1.14.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.3-x86_64-linux)
Expand All @@ -173,7 +173,7 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.1)
puma (5.6.4)
puma (6.3.1)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.7)
Expand Down Expand Up @@ -262,7 +262,7 @@ DEPENDENCIES
hanami-model (~> 1.3)
hanami-webconsole
pry
puma (~> 5.6)
puma (~> 6.3)
rake
rspec
rubocop
Expand Down

0 comments on commit 5906c22

Please sign in to comment.