Skip to content

Commit c7f3212

Browse files
committed
This never worked as intended, it was evaluated at build time
Removing since we're no longer concerned about Ruby < 2.2.2
1 parent 72f2d5b commit c7f3212

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Gemfile

-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,3 @@ source 'https://rubygems.org'
22

33
# Specify your gem's dependencies in linux_admin.gemspec
44
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

Comments
 (0)