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

14 commits

Author SHA1 Message Date
Thomas Reynolds
989ad41d62 bundle update and ruby 3.1+ 2022-01-30 17:59:48 +00:00
Alexey Vasiliev
f9f92dd52b
External pipeline manifest helpers (#2528)
* 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

* Support manifest json for external pipeline

* Support manifest json helpers for external pipeline

* Add tests for external pipeline helpers

* Add tests for external pipeline helpers, more cases

* Add tests for external pipeline helpers, more cases
2022-01-30 09:44:54 -08:00
Thomas Reynolds
186bfb9c26
Drop support for Ruby < 2.5 (#2276) 2019-05-29 13:48:14 -07:00
Nikita Misharin
e91163d13c Remove test files from gemspec (#2275) 2019-05-24 12:48:30 -07:00
Thomas Reynolds
efd1ef69d6
2018 cleanup
Upgrade our deps
Drop support for Ruby 2.2 (because some deps have)
Update rubocop and lints
2018-09-11 11:43:07 -07:00
Tyson Gach
8e6aba9d44 WIP: Remove Compass (#2050)
Compass is no longer actively maintained.

https://github.com/Compass/compass
2017-03-25 18:01:49 -07:00
Thomas Reynolds
07651c63a6 Update Ruby version requirement. 2016-08-13 15:41:19 -07:00
Thomas Reynolds
ba0416b330 Set min version in gemspec 2015-12-20 13:47:18 -08:00
Eliott Appleford
bf03c14518 merge spec fixes onto master 2014-07-09 14:10:49 +01:00
Thomas Reynolds
571704322d Load templates from Git 2014-07-05 11:20:08 -07:00
Thomas Reynolds
ba01a0a72b more templates back into cli 2014-05-26 18:44:11 -07:00
Karl Freeman
1de871a57b not needed 2014-03-25 09:07:27 +00:00
Karl Freeman
ce83e502f6 more consistency across all gems
- rubocop'd for cosmetics
2014-03-25 08:50:28 +00:00
Thomas Reynolds
bea2515a41 Move CLI into middleman-cli 2014-01-02 16:39:06 -08:00