aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2017-05-30 11:37:15 -0400
committerGitHub <noreply@github.com>2017-05-30 11:37:15 -0400
commiteb804ad5a783e1e97720ef55a91b6aae7ebd724f (patch)
treee32658ae078a16b0ec1f144e6662f4f82af4572d /Gemfile
parent53c8dff33b2d68a9824efd19f431bb0e5f64d23a (diff)
parentba84867549a2bb5c1d3cb0bec8cf9f41e46f6d74 (diff)
downloadrails-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--Gemfile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index 8260533cb5..2a1b9fa7ef 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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