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

Commit df58c5d

Browse files
committed
Bump Ruby + Mimemagic
* Bump Ruby for security updates and mimemagic because of drama.
1 parent 3b3a22a commit df58c5d

4 files changed

Lines changed: 8 additions & 6 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.2
1+
2.7.3

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby '2.7.2'
4+
ruby '2.7.3'
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
77
gem 'rails', '~> 6.0.1'

Gemfile.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ GEM
143143
railties (>= 5.0.0)
144144
faraday (1.0.1)
145145
multipart-post (>= 1.2, < 3)
146-
ffi (1.13.1)
146+
ffi (1.15.0)
147147
formatador (0.2.5)
148148
globalid (0.4.2)
149149
activesupport (>= 4.2.0)
@@ -190,7 +190,9 @@ GEM
190190
marcel (0.3.3)
191191
mimemagic (~> 0.3.2)
192192
method_source (1.0.0)
193-
mimemagic (0.3.5)
193+
mimemagic (0.3.10)
194+
nokogiri (~> 1)
195+
rake
194196
mini_magick (4.10.1)
195197
mini_mime (1.0.2)
196198
mini_portile2 (2.5.0)
@@ -404,7 +406,7 @@ DEPENDENCIES
404406
webpacker (~> 4.0)
405407

406408
RUBY VERSION
407-
ruby 2.7.2p137
409+
ruby 2.7.3p183
408410

409411
BUNDLED WITH
410412
2.1.4

config/deploy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# Uncomment the following to require manually verifying the host key before first deploy.
3939
# set :ssh_options, verify_host_key: :secure
4040

41-
set :rvm_ruby_version, '2.7.2'
41+
set :rvm_ruby_version, '2.7.3'
4242
set :nvm_type, :user
4343
set :nvm_node, 'v10.16.3'
4444
set :nvm_map_bins, %w{node npm yarn rake}

0 commit comments

Comments
 (0)