aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2017-05-22 21:56:43 +0200
committerRobin Dupret <robin.dupret@gmail.com>2017-05-30 13:46:21 +0200
commitba84867549a2bb5c1d3cb0bec8cf9f41e46f6d74 (patch)
tree7c68ae5c2c515b7ce91429a57eadc543718b365f /Gemfile.lock
parent845aabbcd3805420090f8b92b50a4562577cf210 (diff)
downloadrails-ba84867549a2bb5c1d3cb0bec8cf9f41e46f6d74.tar.gz
rails-ba84867549a2bb5c1d3cb0bec8cf9f41e46f6d74.tar.bz2
rails-ba84867549a2bb5c1d3cb0bec8cf9f41e46f6d74.zip
Remove requirement on mathn
The test using mathn was first introduced in f1d9179 to check that the `distance_of_time_in_words` properly doesn't use the `Fixnum#/` method by explicitly requiring this library as it redefines this method. Given that `mathn` has been gemified in Ruby 2.5 and is deprecated since version 2.2, we can certainly safely assume that people will most-likely not require this library in their application. However, to make sure that we don't regress, let's add a test similar to the one before f1d9179.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock2
1 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 2b8cc2862c..3a6743ce2f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -209,7 +209,6 @@ GEM
nokogiri (>= 1.5.9)
mail (2.6.5)
mime-types (>= 1.16, < 4)
- mathn (0.1.0)
metaclass (0.0.4)
method_source (0.8.2)
mime-types (3.1)
@@ -397,7 +396,6 @@ DEPENDENCIES
kindlerb (~> 1.2.0)
libxml-ruby
listen (>= 3.0.5, < 3.2)
- mathn
minitest (< 5.3.4)
mocha (~> 0.14)
mysql2 (>= 0.4.4)