We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21a2ae4 + 841776f commit a63e5d9Copy full SHA for a63e5d9
Gemfile
@@ -1,4 +1,4 @@
1
source 'https://rubygems.org'
2
3
gem "rack", "~> 2.0"
4
-gem "puma", "~> 3.11"
+gem "puma", "~> 3.12"
Gemfile.lock
@@ -1,14 +1,14 @@
GEM
remote: https://rubygems.org/
specs:
- puma (3.11.4)
+ puma (3.12.2)
5
rack (2.0.6)
6
7
PLATFORMS
8
ruby
9
10
DEPENDENCIES
11
- puma (~> 3.11)
+ puma (~> 3.12)
12
rack (~> 2.0)
13
14
BUNDLED WITH
0 commit comments