Skip to content

Commit

Permalink
ruby < 1.9.3 is no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed May 27, 2019
1 parent d134875 commit c7da7a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ end
def gemfiles
@gemfiles ||= begin
Dir[File.dirname(__FILE__) + '/test/gemfiles/Gemfile.*'].
reject {|f| f =~ /\.lock$/}.
reject {|f| RUBY_VERSION < '1.9.3' && f =~ /Gemfile.rails-(\d+).\d+.x/ && $1.to_i > 3}
reject {|f| f =~ /\.lock$/}
end
end

Expand Down

0 comments on commit c7da7a1

Please sign in to comment.