Skip to content

Commit 7f1774a

Browse files
authored
Premailer itself doesn't support Ruby < 2.1 at all.
1 parent 6879d32 commit 7f1774a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Gemfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,4 @@ gemspec
66

77
group :development, :test do
88
gem "webmock"
9-
10-
unless ENV['TRAVIS']
11-
gem 'ruby-debug', :platform => :mri_18
12-
gem 'ruby-debug19', :platform => :mri_19, :require => 'ruby-debug'
13-
end
149
end
15-

0 commit comments

Comments
 (0)