Skip to content

Commit

Permalink
Use a more recent version of the mail gem to have the corect dependen…
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Oct 26, 2022
1 parent fbbd7dd commit cf2e324
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
15 changes: 14 additions & 1 deletion test/truffle/ecosystem/blog6/Gemfile.lock.renamed
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,25 @@ GEM
loofah (2.12.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
mail (2.8.0.rc1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.6.1)
minitest (5.14.4)
mysql2 (0.5.3)
net-imap (0.3.1)
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.1.3)
timeout
net-smtp (0.3.2)
net-protocol
nio4r (2.5.8)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
Expand Down Expand Up @@ -140,6 +151,7 @@ GEM
sqlite3 (1.4.2)
thor (1.1.0)
tilt (2.0.10)
timeout (0.3.0)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
Expand All @@ -156,6 +168,7 @@ PLATFORMS
DEPENDENCIES
asciidoctor
jbuilder (~> 2.5)
mail (>= 2.8.0.rc1)
mysql2 (>= 0.4.4, < 0.6.0)
pg (>= 0.18, < 2.0)
puma (~> 3.11)
Expand Down
4 changes: 4 additions & 0 deletions test/truffle/ecosystem/blog6/Gemfile.renamed
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,8 @@ gem 'jbuilder', '~> 2.5'
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

# App-specific
gem 'asciidoctor'

# Use a more recent mail gem to have the correct dependencies
gem 'mail', '>= 2.8.0.rc1'
2 changes: 1 addition & 1 deletion tool/jt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
CACHE_EXTRA_DIR = File.expand_path('~/.mx/cache/truffleruby')
FileUtils.mkdir_p(CACHE_EXTRA_DIR)

TRUFFLERUBY_GEM_TEST_PACK_VERSION = '1da2256bb66e7a055ae5531ee2d61a8836a496ee'
TRUFFLERUBY_GEM_TEST_PACK_VERSION = '9bba45bf28720fe125468380c16b3cef6aaa4670'

JDEBUG = '--vm.agentlib:jdwp=transport=dt_socket,server=y,address=8000,suspend=y'
METRICS_REPS = Integer(ENV['TRUFFLERUBY_METRICS_REPS'] || 10)
Expand Down

0 comments on commit cf2e324

Please sign in to comment.