Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gitlab
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Ruby Team
gitlab
Commits
410d4c4c
Commit
410d4c4c
authored
6 years ago
by
Sruthi Chandran
Browse files
Options
Downloads
Patches
Plain Diff
Add patch to relax rails
parent
4603606b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/patches/0470-relax-rails.patch
+11
-0
11 additions, 0 deletions
debian/patches/0470-relax-rails.patch
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
with
12 additions
and
0 deletions
debian/patches/0470-relax-rails.patch
0 → 100644
+
11
−
0
View file @
410d4c4c
--- 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
This diff is collapsed.
Click to expand it.
debian/patches/series
+
1
−
0
View file @
410d4c4c
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment