Sha256: f5ad9451ab8660f240e2947a2e7a251d131a391abd76de5158700097955f5faf
Contents?: true
Size: 342 Bytes
Versions: 6
Compression:
Stored size: 342 Bytes
Contents
# frozen_string_literal: true source "https://rubygems.org" # Eagerly load a version of the OpenSSL gem on MRI Ruby 2.4 # Workaround for https://github.com/bundler/bundler/issues/5235 if defined?(RUBY_DESCRIPTION) && RUBY_DESCRIPTION.start_with?("ruby 2.4") gem "openssl" end # Specify your gem's dependencies in icu_test.gemspec gemspec
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
utf8_proc-0.4.1 | Gemfile |
utf8_proc-0.4.0 | Gemfile |
utf8_proc-0.3.0 | Gemfile |
utf8_proc-0.2.3 | Gemfile |
utf8_proc-0.2.2 | Gemfile |
utf8_proc-0.2.1 | Gemfile |