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
This commit is contained in:
Olle Jonsson 2022-02-24 20:48:17 +01:00
parent a29459fd83
commit 94fed10737
1 changed files with 1 additions and 1 deletions

View File

@ -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'