mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
CI: Add Ruby 2.6.0 + update rubocop, nokogiri (#2230)
* CI: Add Ruby 2.6.0 * Gem update RuboCop 0.61.1, Nokogiri 1.9.1
This commit is contained in:
parent
57268a1e8f
commit
6f95da2c99
3 changed files with 9 additions and 8 deletions
|
@ -2,6 +2,7 @@ language: ruby
|
||||||
cache: bundler
|
cache: bundler
|
||||||
rvm:
|
rvm:
|
||||||
- ruby-head
|
- ruby-head
|
||||||
|
- 2.6.0
|
||||||
- 2.5.3
|
- 2.5.3
|
||||||
- 2.4.5
|
- 2.4.5
|
||||||
- 2.3.8
|
- 2.3.8
|
||||||
|
|
2
Gemfile
2
Gemfile
|
@ -38,7 +38,7 @@ gem 'mini_racer', '~> 0.2.4', platforms: :ruby
|
||||||
gem 'therubyrhino', '>= 2.0', platforms: :jruby
|
gem 'therubyrhino', '>= 2.0', platforms: :jruby
|
||||||
|
|
||||||
# Code Quality
|
# Code Quality
|
||||||
gem 'rubocop', '~> 0.59', require: false
|
gem 'rubocop', '~> 0.61.1', require: false
|
||||||
gem 'simplecov', '~> 0.10', require: false
|
gem 'simplecov', '~> 0.10', require: false
|
||||||
|
|
||||||
# Middleman itself
|
# Middleman itself
|
||||||
|
|
14
Gemfile.lock
14
Gemfile.lock
|
@ -124,7 +124,7 @@ GEM
|
||||||
mime-types (3.2.2)
|
mime-types (3.2.2)
|
||||||
mime-types-data (~> 3.2015)
|
mime-types-data (~> 3.2015)
|
||||||
mime-types-data (3.2018.0812)
|
mime-types-data (3.2018.0812)
|
||||||
mini_portile2 (2.3.0)
|
mini_portile2 (2.4.0)
|
||||||
mini_racer (0.2.4)
|
mini_racer (0.2.4)
|
||||||
libv8 (>= 6.3)
|
libv8 (>= 6.3)
|
||||||
minitest (5.11.3)
|
minitest (5.11.3)
|
||||||
|
@ -132,8 +132,8 @@ GEM
|
||||||
multi_test (0.1.2)
|
multi_test (0.1.2)
|
||||||
mustermann (1.0.3)
|
mustermann (1.0.3)
|
||||||
nio4r (2.3.1)
|
nio4r (2.3.1)
|
||||||
nokogiri (1.8.5)
|
nokogiri (1.9.1)
|
||||||
mini_portile2 (~> 2.3.0)
|
mini_portile2 (~> 2.4.0)
|
||||||
oj (3.7.1)
|
oj (3.7.1)
|
||||||
padrino-helpers (0.13.3.4)
|
padrino-helpers (0.13.3.4)
|
||||||
i18n (~> 0.6, >= 0.6.7)
|
i18n (~> 0.6, >= 0.6.7)
|
||||||
|
@ -179,7 +179,7 @@ GEM
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.8.0)
|
rspec-support (~> 3.8.0)
|
||||||
rspec-support (3.8.0)
|
rspec-support (3.8.0)
|
||||||
rubocop (0.60.0)
|
rubocop (0.61.1)
|
||||||
jaro_winkler (~> 1.5.1)
|
jaro_winkler (~> 1.5.1)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
parser (>= 2.5, != 2.5.1.1)
|
parser (>= 2.5, != 2.5.1.1)
|
||||||
|
@ -229,7 +229,7 @@ GEM
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
uglifier (4.1.19)
|
uglifier (4.1.19)
|
||||||
execjs (>= 0.3.0, < 3)
|
execjs (>= 0.3.0, < 3)
|
||||||
unicode-display_width (1.4.0)
|
unicode-display_width (1.4.1)
|
||||||
xpath (2.1.0)
|
xpath (2.1.0)
|
||||||
nokogiri (~> 1.3)
|
nokogiri (~> 1.3)
|
||||||
yard (0.9.16)
|
yard (0.9.16)
|
||||||
|
@ -256,7 +256,7 @@ DEPENDENCIES
|
||||||
rake (~> 12.3)
|
rake (~> 12.3)
|
||||||
redcarpet (>= 3.1)
|
redcarpet (>= 3.1)
|
||||||
rspec (~> 3.0)
|
rspec (~> 3.0)
|
||||||
rubocop (~> 0.59)
|
rubocop (~> 0.61.1)
|
||||||
rubydns (~> 1.0.1)
|
rubydns (~> 1.0.1)
|
||||||
sassc (~> 2.0)
|
sassc (~> 2.0)
|
||||||
simplecov (~> 0.10)
|
simplecov (~> 0.10)
|
||||||
|
@ -267,4 +267,4 @@ DEPENDENCIES
|
||||||
yard (~> 0.9.11)
|
yard (~> 0.9.11)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.17.1
|
1.17.3
|
||||||
|
|
Loading…
Add table
Reference in a new issue