Skip to content

Commit 6a6986f

Browse files
committed
Support Ruby <= 2.2.2
1 parent 2747059 commit 6a6986f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ source "https://rubygems.org"
22

33
gemspec
44

5+
gem 'activesupport', '< 5.0.0' if RUBY_VERSION =~ /2\.1\..*/
6+
gem 'pry-byebug' unless ENV["CI"]

0 commit comments

Comments
 (0)