diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2017-05-30 11:37:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-30 11:37:15 -0400 |
commit | eb804ad5a783e1e97720ef55a91b6aae7ebd724f (patch) | |
tree | e32658ae078a16b0ec1f144e6662f4f82af4572d /Gemfile | |
parent | 53c8dff33b2d68a9824efd19f431bb0e5f64d23a (diff) | |
parent | ba84867549a2bb5c1d3cb0bec8cf9f41e46f6d74 (diff) | |
download | rails-eb804ad5a783e1e97720ef55a91b6aae7ebd724f.tar.gz rails-eb804ad5a783e1e97720ef55a91b6aae7ebd724f.tar.bz2 rails-eb804ad5a783e1e97720ef55a91b6aae7ebd724f.zip |
Merge pull request #29187 from robin850/remove-mathn
Remove requirement on mathn
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -154,7 +154,3 @@ end gem "ibm_db" if ENV["IBM_DB"] gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] gem "wdm", ">= 0.1.0", platforms: [:mingw, :mswin, :x64_mingw, :mswin64] - -platforms :ruby_25 do - gem "mathn" -end |