Skip to content

Commit 0504039

Browse files
committed
patched CVEs
patched CVE-2026-22860 patched CVE-2026-25765 updated the rest of the gemfile
1 parent 9fb6d26 commit 0504039

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
source 'https://gem.coop'
22

3-
gem 'faraday', '~> 2.14'
4-
gem 'grape', '~> 3.1'
5-
gem 'json', '~> 2.18'
3+
gem 'faraday', '~> 2.14', '>= 2.14.1'
4+
gem 'grape', '~> 3.1', '>= 3.1.1'
5+
gem 'json', '~> 2.18', '>= 2.18.1'
66
gem 'logger', '~> 1.7'
77
gem 'open3', '~> 0.2.1'
88
gem 'puma', '~> 7.2'
9-
gem 'rack', '~> 3.2', '>= 3.2.4'
9+
gem 'rack', '~> 3.2', '>= 3.2.5'
1010
gem 'rack-session', '~> 2.1', '>= 2.1.1'
1111
gem 'rackup', '~> 2.3', '>= 2.3.1'
1212
gem 'rake', '~> 13.3', '>= 13.3.1'
1313
gem 'rspec', '~> 3.13', '>= 3.13.2'
14-
gem 'rubocop', '~> 1.84', require: false
15-
gem 'sequel', '~> 5.100'
14+
gem 'rubocop', '~> 1.84', '>= 1.84.2', require: false
15+
gem 'sequel', '~> 5.101'
1616
gem 'sinatra', '~> 4.2', '>= 4.2.1'
1717
gem 'sqlite3', '~> 2.9'
1818
gem 'sucker_punch', '~> 3.3'

version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.5.2
1+
v2.5.3

0 commit comments

Comments
 (0)