We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 692a5f4 + 2328a6b commit b6bf9e4Copy full SHA for b6bf9e4
.travis.yml
@@ -1,5 +1,8 @@
1
language: ruby
2
rvm:
3
+ - 3.0
4
+ - 2.7
5
+ - 2.6
6
- 2.5
7
- 2.4
8
- 2.3
@@ -8,7 +11,7 @@ rvm:
11
- 2.0
9
12
branches:
10
13
only:
- - master
14
+ - master
15
matrix:
16
include:
17
# Run Danger only once, on 2.5
Gemfile
@@ -2,11 +2,6 @@ source 'https://rubygems.org'
gemspec
-platforms :rbx do
- gem 'rubysl', '~> 2.0'
- gem 'json'
-end
-
# public_suffix 3+ requires ruby 2.1+
if Gem::Requirement.new('< 2.1').satisfied_by?(Gem::Version.new(RUBY_VERSION))
gem 'public_suffix', '< 3'
0 commit comments