From 94fed1073763154416c3c301878bd874812dac8b Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Thu, 24 Feb 2022 20:48:17 +0100 Subject: [PATCH] Use ActiveSupport 6.1 in Gemfile Try to get a tzinfo dependency which is dependent on concurrent-ruby, so that good things happen, instead of /home/runner/work/sinatra/sinatra/vendor/bundle/truffleruby/3.0.2.22.0.0/gems/tzinfo-1.2.9/lib/tzinfo/timezone.rb:653:in `const_missing': uninitialized constant ThreadSafe::Cache (NameError) For context, see: https://github.com/sinatra/sinatra/pull/1751#issuecomment-1050182714 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index aa313db1..f621325d 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem "sinatra-contrib", path: "sinatra-contrib" gem "twitter-text", "1.14.7" -gem "activesupport", "~> 5.1.6" +gem "activesupport", "~> 6.1" gem 'redcarpet', platforms: [ :ruby ] gem 'wlang', '>= 3.0.1'