[DRE-commits] [redmine] 02/05: Gemfile: relax some dependencies
Antonio Terceiro
terceiro at moszumanska.debian.org
Fri Jan 22 13:01:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch patch-queue/master
in repository redmine.
commit 3308c8ed20b7859b3ed382b7d2375005edfa790a
Author: Antonio Terceiro <terceiro at debian.org>
Date: Tue Aug 25 18:15:22 2015 -0300
Gemfile: relax some dependencies
Gbp-Pq: Name 0001-Gemfile-relax-some-dependencies.patch
---
Gemfile | 27 ++++++---------------------
1 file changed, 6 insertions(+), 21 deletions(-)
diff --git a/Gemfile b/Gemfile
index ea4136d..24d8257 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,11 +4,11 @@ if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('1.5.0')
abort "Redmine requires Bundler 1.5.0 or higher (you're using #{Bundler::VERSION}).\nPlease update with 'gem update bundler'."
end
-gem "rails", "4.2.4"
-gem "jquery-rails", "~> 3.1.3"
+gem "rails", "~> 4.2.4"
+gem "jquery-rails", "~> 4.0"
gem "coderay", "~> 1.1.0"
gem "builder", ">= 3.0.4"
-gem "request_store", "1.0.5"
+gem "request_store", "~> 1.1"
gem "mime-types"
gem "protected_attributes"
gem "actionpack-action_caching"
@@ -21,12 +21,12 @@ gem "rbpdf", "~> 1.18.6"
# Optional gem for LDAP authentication
group :ldap do
- gem "net-ldap", "~> 0.3.1"
+ gem "net-ldap", "~> 0.3"
end
# Optional gem for OpenID authentication
group :openid do
- gem "ruby-openid", "~> 2.3.0", :require => "openid"
+ gem "ruby-openid", "~> 2.3", :require => "openid"
gem "rack-openid"
end
@@ -38,7 +38,7 @@ platforms :mri, :mingw, :x64_mingw do
# Optional Markdown support, not for JRuby
group :markdown do
- gem "redcarpet", "~> 3.3.2"
+ gem "redcarpet", "~> 3.2"
end
end
@@ -85,21 +85,6 @@ else
warn("Please configure your config/database.yml first")
end
-group :development do
- gem "rdoc", ">= 2.4.2"
- gem "yard"
-end
-
-group :test do
- gem "minitest"
- gem "rails-dom-testing"
- gem "mocha"
- gem "simplecov", "~> 0.9.1", :require => false
- # For running UI tests
- gem "capybara"
- gem "selenium-webdriver"
-end
-
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")
if File.exists?(local_gemfile)
eval_gemfile local_gemfile
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/redmine.git
More information about the Pkg-ruby-extras-commits
mailing list