Codebase list ruby-spring / c431ec6
Refresh patches. Debian Janitor 2 years ago
3 changed file(s) with 16 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
11 Author: Pirate Praveen <praveen@debian.org>
22 ---
33
4 --- a/Gemfile
5 +++ b/Gemfile
4 Index: ruby-spring/Gemfile
5 ===================================================================
6 --- ruby-spring.orig/Gemfile
7 +++ ruby-spring/Gemfile
68 @@ -1,7 +1,10 @@
79 source 'https://rubygems.org'
810
1416 + gemspec
1517 +end
1618
17 if ENV["RAILS_VERSION"]
18 gem "activesupport", ENV["RAILS_VERSION"]
19 if ENV["RAILS_VERSION"] == "edge"
20 gem "activesupport", github: "rails/rails", branch: "main"
11 Author: Pirate Praveen <praveen@debian.org>
22 ---
33
4 --- a/spring.gemspec
5 +++ b/spring.gemspec
4 Index: ruby-spring/spring.gemspec
5 ===================================================================
6 --- ruby-spring.orig/spring.gemspec
7 +++ ruby-spring/spring.gemspec
68 @@ -1,4 +1,5 @@
79 -require './lib/spring/version'
810 +$LOAD_PATH.unshift(File.expand_path('lib', File.dirname(__FILE__)))
11 Author: Cédric Boutillier <boutil@debian.org>
22 Last-Update: 2019-01-17
33
4 --- a/spring.gemspec
5 +++ b/spring.gemspec
6 @@ -16,6 +16,5 @@
7 gem.required_ruby_version = ">= 2.4.0"
4 Index: ruby-spring/spring.gemspec
5 ===================================================================
6 --- ruby-spring.orig/spring.gemspec
7 +++ ruby-spring/spring.gemspec
8 @@ -16,6 +16,5 @@ Gem::Specification.new do |gem|
9 gem.required_ruby_version = ">= 2.5.0"
810
911 gem.add_development_dependency 'rake'
1012 - gem.add_development_dependency 'bump'