We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f2d5b commit c7f3212Copy full SHA for c7f3212
Gemfile
@@ -2,7 +2,3 @@ source 'https://rubygems.org'
2
3
# Specify your gem's dependencies in linux_admin.gemspec
4
gemspec
5
-
6
-# HACK: Rails 5 dropped support for Ruby < 2.2.2
7
-active_support_version = "< 5" if Gem::Version.new(RUBY_VERSION) < Gem::Version.new("2.2.2")
8
-gem 'activesupport', active_support_version
0 commit comments