Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Commit 8aefa17

Browse files
committed
build(deps): Upgrade gems
1 parent c5e3f71 commit 8aefa17

10 files changed

Lines changed: 7 additions & 6 deletions

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem 'rails', '~> 5.2.2'
99
# Use mysql as the database for Active Record
1010
gem 'mysql2', '>= 0.4.4', '< 0.6.0'
1111
# Use Puma as the app server
12-
gem 'puma', '~> 3.11'
12+
gem 'puma', '~> 4.3'
1313
# Use SCSS for stylesheets
1414
gem 'sass-rails', '~> 5.0'
1515
# Use Uglifier as compressor for JavaScript assets

Gemfile.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ GEM
8383
chartkick (>= 3.2)
8484
railties (>= 5)
8585
safely_block (>= 0.1.1)
86-
bootsnap (1.4.4)
86+
bootsnap (1.4.5)
8787
msgpack (~> 1.0)
8888
bootstrap (4.3.1)
8989
autoprefixer-rails (>= 9.1.0)
@@ -241,8 +241,8 @@ GEM
241241
multi_json (1.13.1)
242242
multi_xml (0.6.0)
243243
multipart-post (2.1.1)
244-
mustache (1.1.0)
245-
mysql2 (0.5.2)
244+
mustache (1.1.1)
245+
mysql2 (0.5.3)
246246
nenv (0.3.0)
247247
nio4r (2.5.2)
248248
nokogiri (1.10.7)
@@ -276,7 +276,8 @@ GEM
276276
coderay (~> 1.1.0)
277277
method_source (~> 0.9.0)
278278
public_suffix (3.1.1)
279-
puma (3.12.2)
279+
puma (4.3.1)
280+
nio4r (~> 2.0)
280281
raabro (1.1.6)
281282
rack (2.0.7)
282283
rack-protection (2.0.5)
@@ -486,7 +487,7 @@ DEPENDENCIES
486487
mysql2 (>= 0.4.4, < 0.6.0)
487488
omniauth-mlh (~> 0.1)
488489
omniauth-rails_csrf_protection
489-
puma (~> 3.11)
490+
puma (~> 4.3)
490491
rails (~> 5.2.2)
491492
rails-controller-testing
492493
rails-settings-cached (~> 0.7.2)

vendor/cache/bootsnap-1.4.4.gem

-38.5 KB
Binary file not shown.

vendor/cache/bootsnap-1.4.5.gem

38.5 KB
Binary file not shown.

vendor/cache/mustache-1.1.0.gem

-41.5 KB
Binary file not shown.

vendor/cache/mustache-1.1.1.gem

41.5 KB
Binary file not shown.

vendor/cache/mysql2-0.5.2.gem

-97 KB
Binary file not shown.

vendor/cache/mysql2-0.5.3.gem

72.5 KB
Binary file not shown.

vendor/cache/puma-3.12.2.gem

-163 KB
Binary file not shown.

vendor/cache/puma-4.3.1.gem

171 KB
Binary file not shown.

0 commit comments

Comments
 (0)