1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00

Update middleman-core gemspec deps (allow activesupport 7 and ruby 3.1 usage) (#2517)

* Update middleman-core gemspec deps (allow activesupport 7 usage)

* update lock file

* fix yaml loading

* fix dump for yaml

* update bundler for ruby 3.1

* Array, Hash allowed in safe_load + use CLOCK_MONOTONIC

* Update test deps

* back contracts 0.16.0

* update mini_racer

* fix corrupted cache

* lock contracts gem (patch version break middleman)

* add x86_64-linux platform to lock

* add x86_64-linux and x86_64-darwin-20 platforms to lock

* revert fix corrupted cache

* disable check 3.1 - nokogiri issue

* Support ruby 3.0.0 (commented some contracts)

* Fix rubocop

* no success for 3.1 - mini_racer build error on CI

* be more specific about padrino-helpers

* trying to back 3.1

* try to disable platform fetch

* disable js runtime

* trying to fix https://github.com/simplecov-ruby/simplecov/issues/1003

* `Trying to back min_racer

* No success with min_racer

* remove comments, move in correct place openssl

Co-authored-by: Thomas Reynolds <me@tdreyno.com>
This commit is contained in:
Alexey Vasiliev 2022-01-30 21:59:41 +02:00 committed by GitHub
parent 3c34c18bdf
commit 1c07f72839
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -146,13 +146,13 @@ GEM
mime-types-data (~> 3.2015) mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105) mime-types-data (3.2022.0105)
mini_mime (1.1.2) mini_mime (1.1.2)
mini_portile2 (2.7.1)
minitest (5.15.0) minitest (5.15.0)
multi_test (0.1.2) multi_test (0.1.2)
mustermann (1.1.1) mustermann (1.1.1)
ruby2_keywords (~> 0.0.1) ruby2_keywords (~> 0.0.1)
nokogiri (1.13.1-x86_64-darwin) nokogiri (1.13.1)
racc (~> 1.4) mini_portile2 (~> 2.7.0)
nokogiri (1.13.1-x86_64-linux)
racc (~> 1.4) racc (~> 1.4)
oj (3.13.11) oj (3.13.11)
padrino-helpers (0.15.1) padrino-helpers (0.15.1)
@ -261,8 +261,7 @@ GEM
webrick (~> 1.7.0) webrick (~> 1.7.0)
PLATFORMS PLATFORMS
x86_64-darwin-19 ruby
x86_64-linux
DEPENDENCIES DEPENDENCIES
addressable (~> 2.8) addressable (~> 2.8)
@ -292,4 +291,4 @@ DEPENDENCIES
yard (~> 0.9.27) yard (~> 0.9.27)
BUNDLED WITH BUNDLED WITH
2.3.3 2.3.4