X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/004a369a42ea075a10f0634d1c061dd1a13b4cc3..255ce8708a4e9099f9a9eaa92278a40629a4d883:/Gemfile diff --git a/Gemfile b/Gemfile index 94820abeb..40476a5b8 100644 --- a/Gemfile +++ b/Gemfile @@ -3,12 +3,6 @@ source "https://rubygems.org" # Require rails gem "rails", "6.0.3.4" -# Require things which have moved to gems in ruby 1.9 -gem "bigdecimal", "~> 1.1.0", :platforms => :ruby_19 - -# Require things which have moved to gems in ruby 2.0 -gem "psych", :platforms => :ruby_20 - # Require json for multi_json gem "json"