1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-27 02:28:50 +01:00

1 Commits

Author SHA1 Message Date
dependabot[bot]
1f4dd8c219 Bump puma from 6.3.0 to 6.4.0
Bumps [puma](https://github.com/puma/puma) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/compare/v6.3.0...v6.4.0)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-25 15:31:43 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ source 'https://rubygems.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 7.0.6'
# Use Puma as the app server
gem 'puma', '~> 6.3'
gem 'puma', '~> 6.4'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.6.3'
@@ -41,7 +41,7 @@ gem 'listen', '~> 3.8.0', group: :development
gem 'bootstrap', '~> 5.2.3'
gem "bootstrap_form", "~> 5.2"
gem 'font-awesome-sass', '~> 6.4.2'
gem 'font-awesome-sass', '~> 6.4.0'
# Use Diffy for showing translation diffs
gem 'diffy'

View File

@@ -109,7 +109,7 @@ GEM
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
ffi (1.15.5)
font-awesome-sass (6.4.2)
font-awesome-sass (6.4.0)
sassc (~> 2.0)
globalid (1.1.0)
activesupport (>= 5.0)
@@ -182,7 +182,7 @@ GEM
psych (5.1.0)
stringio
public_suffix (5.0.1)
puma (6.3.0)
puma (6.4.0)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.7)
@@ -300,7 +300,7 @@ DEPENDENCIES
devise (~> 4.8.0)
diff-lcs
diffy
font-awesome-sass (~> 6.4.2)
font-awesome-sass (~> 6.4.0)
jbuilder (~> 2.11.3)
jquery-rails (~> 4.5.1)
listen (~> 3.8.0)
@@ -308,7 +308,7 @@ DEPENDENCIES
omniauth
omniauth-github
omniauth-rails_csrf_protection
puma (~> 6.3)
puma (~> 6.4)
rails (~> 7.0.6)
rails-controller-testing
rails-i18n (~> 7.0.7)