Skip to content

Commit 801ac4e

Browse files
committed
Update to 2025c1
1 parent dced562 commit 801ac4e

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.0
1+
3.3.7

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
source 'https://rubygems.org'
22

3-
gem 'activesupport', '>= 5.2.4.3'
4-
gem 'sinatra', '~> 2.2.0'
3+
gem 'activesupport'
4+
gem 'sinatra'
55

6-
gem "puma", ">= 5.6.4"
6+
gem "puma"
77

88
group :development, :test do
99
gem 'pry'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ PLATFORMS
5252
x86_64-linux
5353

5454
DEPENDENCIES
55-
activesupport (>= 5.2.4.3)
55+
activesupport
5656
pry
5757
pry-remote
58-
puma (>= 5.6.4)
59-
sinatra (~> 2.2.0)
58+
puma
59+
sinatra
6060

6161
BUNDLED WITH
6262
2.5.3

0 commit comments

Comments
 (0)