Skip to content

Commit 3eeeacf

Browse files
authored
Update Gemfile.lock to for mimemagic and Ruby 3 (heroku#77)
The gem mimemagic was yanked so the currently listed version will no longer install on new machines. This PR updates to a recent version (MIT license) and updates the gems to be able to work with Ruby 3. In addition I'm bumping the minimum Ruby version to 2.5. Ruby 2.3 is quite old and has been EOL for some time. The oldest Ruby version on Heroku-18 is currently 2.4 but new apps shouldn't be using it.
1 parent c5c1fe6 commit 3eeeacf

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
2-
ruby '>= 2.3.5', '< 2.8'
2+
ruby '>= 2.5', '< 3.1'
33

44
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
55
gem 'rails', '~> 5.2.0'

Gemfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ GEM
4343
minitest (~> 5.1)
4444
tzinfo (~> 1.1)
4545
arel (9.0.0)
46-
bootsnap (1.4.5)
46+
bootsnap (1.7.3)
4747
msgpack (~> 1.0)
4848
builder (3.2.3)
4949
coffee-rails (4.2.2)
@@ -70,10 +70,9 @@ GEM
7070
railties (>= 4.2.0)
7171
thor (>= 0.14, < 2.0)
7272
json (1.8.6)
73-
listen (3.1.5)
74-
rb-fsevent (~> 0.9, >= 0.9.4)
75-
rb-inotify (~> 0.9, >= 0.9.7)
76-
ruby_dep (~> 1.2)
73+
listen (3.5.0)
74+
rb-fsevent (~> 0.10, >= 0.10.3)
75+
rb-inotify (~> 0.9, >= 0.9.10)
7776
loofah (2.3.1)
7877
crass (~> 1.0.2)
7978
nokogiri (>= 1.5.9)
@@ -82,17 +81,19 @@ GEM
8281
marcel (0.3.3)
8382
mimemagic (~> 0.3.2)
8483
method_source (0.9.2)
85-
mimemagic (0.3.3)
84+
mimemagic (0.3.9)
85+
nokogiri (~> 1)
86+
rake
8687
mini_mime (1.0.2)
8788
mini_portile2 (2.5.0)
8889
minitest (5.11.3)
89-
msgpack (1.3.1)
90+
msgpack (1.4.2)
9091
multi_json (1.13.1)
91-
nio4r (2.5.1)
92+
nio4r (2.5.7)
9293
nokogiri (1.11.2)
9394
mini_portile2 (~> 2.5.0)
9495
racc (~> 1.4)
95-
pg (0.19.0)
96+
pg (0.21.0)
9697
puma (3.12.6)
9798
racc (1.5.2)
9899
rack (2.2.3)
@@ -123,11 +124,10 @@ GEM
123124
rake (>= 0.8.7)
124125
thor (>= 0.19.0, < 2.0)
125126
rake (12.3.3)
126-
rb-fsevent (0.10.2)
127-
rb-inotify (0.9.10)
128-
ffi (>= 0.5.0, < 2)
127+
rb-fsevent (0.10.4)
128+
rb-inotify (0.10.1)
129+
ffi (~> 1.0)
129130
rdoc (4.3.0)
130-
ruby_dep (1.5.0)
131131
sass (3.5.5)
132132
sass-listen (~> 4.0.0)
133133
sass-listen (4.0.0)
@@ -187,4 +187,4 @@ RUBY VERSION
187187
ruby 2.6.6p146
188188

189189
BUNDLED WITH
190-
1.17.3
190+
2.2.15

0 commit comments

Comments
 (0)