Skip to content

Commit 95d595b

Browse files
author
GH Actions Bot
committed
Release October dependency updates
2 parents 538fe16 + 3210cdf commit 95d595b

File tree

2 files changed

+102
-100
lines changed

2 files changed

+102
-100
lines changed

Gemfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@ end
77

88
ruby file: ".ruby-version"
99

10-
gem 'aws-sdk-s3', '~> 1.198'
10+
gem 'aws-sdk-s3', '~> 1.199'
1111
gem 'concurrent-ruby', '~> 1.3'
1212
gem 'devise'
1313
gem 'httparty'
1414
gem 'jwt', '~> 3.1'
15-
gem 'rails', '~> 8.0.2'
15+
gem 'rails', '~> 8.0.3'
1616
gem 'pg', '~> 1.6'
17-
gem 'puma', '~> 6.6'
17+
gem 'puma', '~> 7.0'
1818
gem 'rack-cors', '~> 3.0', :require => 'rack/cors'
1919
gem 'rack-brotli'
2020
gem 'sassc-rails', '~> 2.1.2'
2121
gem 'uglifier', '>= 1.3.0'
2222
gem 'oj', '~> 3.16'
23-
gem 'pundit', '~> 2.5.0'
23+
gem 'pundit', '~> 2.5.2'
2424
gem 'google-apis-sheets_v4'
2525
gem 'addressable', '~> 2.8'
2626

2727
# Workers/Queuing
28-
gem "good_job", "~> 4.11"
28+
gem "good_job", "~> 4.12"
2929

3030
# Caching
3131
gem 'redis', '~> 5.4'
@@ -53,9 +53,9 @@ gem 'bootsnap', '>= 1.4.5', require: false
5353
group :development, :test do
5454
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
5555
gem 'byebug', platform: :mri
56-
gem 'rubocop', '~> 1.80.1', require: false
57-
gem 'rubocop-performance', '~> 1.25.0'
58-
gem 'rubocop-rails', '~> 2.33.3'
56+
gem 'rubocop', '~> 1.81.1', require: false
57+
gem 'rubocop-performance', '~> 1.26.0'
58+
gem 'rubocop-rails', '~> 2.33.4'
5959
gem 'dotenv'
6060
end
6161

0 commit comments

Comments
 (0)