Skip to content

Relax yajl-ruby dependency to ~> 1.2 - #164

Merged
tmm1 merged 1 commit into
pygments:masterfrom
denisdefreyne:relax-yajl-ruby-dependency
Nov 14, 2016
Merged

Relax yajl-ruby dependency to ~> 1.2#164
tmm1 merged 1 commit into
pygments:masterfrom
denisdefreyne:relax-yajl-ruby-dependency

Conversation

@denisdefreyne

Copy link
Copy Markdown
Contributor

~> 1.2 also matches 1.3.0, which ~> 1.2.0 does not.

yajl-ruby 1.3 adds support for Ruby 2.4 (handles Fixnum/Bignum -> Integer unification). See brianmario/yajl-ruby#165 for details.

`~> 1.2` also matches `1.3.0`, which `~> 1.2.0` does not. yajl-ruby 1.3
adds support for Ruby 2.4 (handles Fixnum/Bignum -> Integer unification).
See brianmario/yajl-ruby#165 for details.
@tmm1
tmm1 merged commit 4ed8701 into pygments:master Nov 14, 2016
@denisdefreyne
denisdefreyne deleted the relax-yajl-ruby-dependency branch November 14, 2016 21:58
kimuraw added a commit to kimuraw/jr that referenced this pull request Dec 26, 2016
yajl 1.2.x has a building problem with ruby-2.4.0.

see brianmario/yajl-ruby#165 and pygments/pygments.rb#164
jsonn pushed a commit to jsonn/pkgsrc that referenced this pull request Mar 20, 2017
Version 1.1.1 (2016/12/28)
-----------------------------

* Suppress Ruby 2.4.0's warnings [#172](pygments/pygments.rb#172)
* Enable `frozen_string_literal` [#173](pygments/pygments.rb#173)

Version 1.1.0 (2016/12/24)
-----------------------------

* Support JRuby [#170](pygments/pygments.rb#170)
* Make pygments.rb thread safe [#171](pygments/pygments.rb#171)

Version 1.0.0 (2016/12/11)
-----------------------------

* Upgrade bundled pygments to 2.2.0-HEAD [#167](pygments/pygments.rb#167)
  * This includes **incompatible changes* because of upgrade of pygments.
    See http://pygments.org/ for details.
* Relax yajl-ruby dependency to "~> 1.2" [#164](pygments/pygments.rb#164)
* Python binary can be configured by `PYTMENTS_RB_PYTHON` env [#168](pygments/pygments.rb#168)
* Improved error messages when python binary is missing [#158](pygments/pygments.rb#158)
msk pushed a commit to msk/pkgsrc that referenced this pull request May 11, 2026
Version 1.1.1 (2016/12/28)
-----------------------------

* Suppress Ruby 2.4.0's warnings [NetBSD#172](pygments/pygments.rb#172)
* Enable `frozen_string_literal` [NetBSD#173](pygments/pygments.rb#173)

Version 1.1.0 (2016/12/24)
-----------------------------

* Support JRuby [NetBSD#170](pygments/pygments.rb#170)
* Make pygments.rb thread safe [NetBSD#171](pygments/pygments.rb#171)

Version 1.0.0 (2016/12/11)
-----------------------------

* Upgrade bundled pygments to 2.2.0-HEAD [NetBSD#167](pygments/pygments.rb#167)
  * This includes **incompatible changes* because of upgrade of pygments.
    See http://pygments.org/ for details.
* Relax yajl-ruby dependency to "~> 1.2" [NetBSD#164](pygments/pygments.rb#164)
* Python binary can be configured by `PYTMENTS_RB_PYTHON` env [NetBSD#168](pygments/pygments.rb#168)
* Improved error messages when python binary is missing [NetBSD#158](pygments/pygments.rb#158)
jperkin pushed a commit to TritonDataCenter/pkgsrc that referenced this pull request May 14, 2026
Version 1.1.1 (2016/12/28)
-----------------------------

* Suppress Ruby 2.4.0's warnings [#172](pygments/pygments.rb#172)
* Enable `frozen_string_literal` [#173](pygments/pygments.rb#173)

Version 1.1.0 (2016/12/24)
-----------------------------

* Support JRuby [#170](pygments/pygments.rb#170)
* Make pygments.rb thread safe [#171](pygments/pygments.rb#171)

Version 1.0.0 (2016/12/11)
-----------------------------

* Upgrade bundled pygments to 2.2.0-HEAD [#167](pygments/pygments.rb#167)
  * This includes **incompatible changes* because of upgrade of pygments.
    See http://pygments.org/ for details.
* Relax yajl-ruby dependency to "~> 1.2" [#164](pygments/pygments.rb#164)
* Python binary can be configured by `PYTMENTS_RB_PYTHON` env [#168](pygments/pygments.rb#168)
* Improved error messages when python binary is missing [#158](pygments/pygments.rb#158)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants