Switch back to ruby-rugged 0.28 (use snapshot.debian.org)
This commit is contained in:
parent
a2094ba48c
commit
b5ca8e35e3
3 changed files with 1 additions and 22 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -48,7 +48,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
ruby-default-value-for (>= 3.3~),
|
ruby-default-value-for (>= 3.3~),
|
||||||
#ruby-mysql2 | ruby-pg,
|
#ruby-mysql2 | ruby-pg,
|
||||||
ruby-pg (>= 1.1~),
|
ruby-pg (>= 1.1~),
|
||||||
ruby-rugged (>= 1.1~),
|
ruby-rugged (>= 0.28~),
|
||||||
ruby-grape-path-helpers (>= 1.3~),
|
ruby-grape-path-helpers (>= 1.3~),
|
||||||
ruby-faraday (>= 1.0~),
|
ruby-faraday (>= 1.0~),
|
||||||
ruby-marginalia (>= 1.9~),
|
ruby-marginalia (>= 1.9~),
|
||||||
|
|
20
debian/patches/0499-60-relax-rugged.patch
vendored
20
debian/patches/0499-60-relax-rugged.patch
vendored
|
@ -1,20 +0,0 @@
|
||||||
--- a/Gemfile
|
|
||||||
+++ b/Gemfile
|
|
||||||
@@ -18,7 +18,7 @@
|
|
||||||
# Supported DBs
|
|
||||||
gem 'pg', '~> 1.1'
|
|
||||||
|
|
||||||
-gem 'rugged', '~> 0.28'
|
|
||||||
+gem 'rugged', '~> 1.1'
|
|
||||||
gem 'grape-path-helpers', '~> 1.5'
|
|
||||||
|
|
||||||
gem 'faraday', '~> 1.0'
|
|
||||||
@@ -260,7 +260,7 @@
|
|
||||||
gem 'loofah', '~> 2.2'
|
|
||||||
|
|
||||||
# Working with license
|
|
||||||
-gem 'licensee', '~> 8.9'
|
|
||||||
+gem 'licensee', '~> 9.14'
|
|
||||||
|
|
||||||
# Detect and convert string character encoding
|
|
||||||
gem 'charlock_holmes', '~> 0.7.7'
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -15,7 +15,6 @@
|
||||||
0499-20-remove-capybara-screenshot.patch
|
0499-20-remove-capybara-screenshot.patch
|
||||||
0499-30-remove-guard-rspec.patch
|
0499-30-remove-guard-rspec.patch
|
||||||
0499-40-relax-rouge.patch
|
0499-40-relax-rouge.patch
|
||||||
0499-60-relax-rugged.patch
|
|
||||||
0499-70-relax-graphlient.patch
|
0499-70-relax-graphlient.patch
|
||||||
0500-set-webpack-root.patch
|
0500-set-webpack-root.patch
|
||||||
0510-remove-dev-dependencies.patch
|
0510-remove-dev-dependencies.patch
|
||||||
|
|
Loading…
Reference in a new issue