mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
mathn has been gemified in ruby 2.5
This commit is contained in:
parent
579757cbff
commit
45d7d80ea6
2 changed files with 6 additions and 0 deletions
4
Gemfile
4
Gemfile
|
@ -154,3 +154,7 @@ end
|
||||||
gem "ibm_db" if ENV["IBM_DB"]
|
gem "ibm_db" if ENV["IBM_DB"]
|
||||||
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
||||||
gem "wdm", ">= 0.1.0", platforms: [:mingw, :mswin, :x64_mingw, :mswin64]
|
gem "wdm", ">= 0.1.0", platforms: [:mingw, :mswin, :x64_mingw, :mswin64]
|
||||||
|
|
||||||
|
platforms :ruby_25 do
|
||||||
|
gem "mathn"
|
||||||
|
end
|
||||||
|
|
|
@ -209,6 +209,7 @@ GEM
|
||||||
nokogiri (>= 1.5.9)
|
nokogiri (>= 1.5.9)
|
||||||
mail (2.6.5)
|
mail (2.6.5)
|
||||||
mime-types (>= 1.16, < 4)
|
mime-types (>= 1.16, < 4)
|
||||||
|
mathn (0.1.0)
|
||||||
metaclass (0.0.4)
|
metaclass (0.0.4)
|
||||||
method_source (0.8.2)
|
method_source (0.8.2)
|
||||||
mime-types (3.1)
|
mime-types (3.1)
|
||||||
|
@ -396,6 +397,7 @@ DEPENDENCIES
|
||||||
kindlerb (~> 1.2.0)
|
kindlerb (~> 1.2.0)
|
||||||
libxml-ruby
|
libxml-ruby
|
||||||
listen (>= 3.0.5, < 3.2)
|
listen (>= 3.0.5, < 3.2)
|
||||||
|
mathn
|
||||||
minitest (< 5.3.4)
|
minitest (< 5.3.4)
|
||||||
mocha (~> 0.14)
|
mocha (~> 0.14)
|
||||||
mysql2 (>= 0.4.4)
|
mysql2 (>= 0.4.4)
|
||||||
|
|
Loading…
Reference in a new issue