We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03a164f + 3b178df commit 2a4b664Copy full SHA for 2a4b664
Gemfile
@@ -2,10 +2,12 @@ source 'https://rubygems.org'
2
3
gemspec
4
5
-if RUBY_VERSION < '2.7.0'
6
- gem 'activesupport', '< 6'
7
-else
8
- gem 'activesupport', :git => 'https://github.com/rails/rails', :branch => 'main'
+if ENV['MBCHARS'] # see spec/environment.rb
+ if RUBY_VERSION < '2.7.0'
+ gem 'activesupport', '< 6'
+ else
9
+ gem 'activesupport', :git => 'https://github.com/rails/rails', :branch => 'main'
10
+ end
11
end
12
13
gem 'jruby-openssl', :platforms => :jruby
0 commit comments