Skip to content
Snippets Groups Projects
Commit 410d4c4c authored by Sruthi Chandran's avatar Sruthi Chandran
Browse files

Add patch to relax rails

parent 4603606b
No related branches found
No related tags found
No related merge requests found
--- a/Gemfile
+++ b/Gemfile
@@ -5,7 +5,7 @@
gem_versions = {}
gem_versions['activerecord_sane_schema_dumper'] = rails5? ? '1.0' : '0.2'
-gem_versions['rails'] = rails5? ? '5.0.7' : '4.2.11'
+gem_versions['rails'] = rails5? ? '~> 5.0' : '4.2.11'
gem_versions['rails-i18n'] = rails5? ? '~> 5.1' : '~> 4.0.9'
# The 2.0.6 version of rack requires monkeypatch to be present in
......@@ -12,6 +12,7 @@
0440-remove-puma.patch
0450-remove-bullet.patch
0460-relax-rspec-rails.patch
0470-relax-rails.patch
0500-set-webpack-root.patch
0510-remove-dev-dependencies.patch
0520-add-system-lib-path-for-webpack.patch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment