[Pkg-mozext-commits] [itsalltext] 01/10: Allow using newer versions of Rake & Ruby

David Prévot taffit at moszumanska.debian.org
Wed Aug 2 19:08:58 UTC 2017


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository itsalltext.

commit 4d52747520b7f5940d74e267cd1a5647f280b87d
Author: Christian Höltje <docwhat at gerf.org>
Date:   Mon Oct 3 23:10:24 2016 -0400

    Allow using newer versions of Rake & Ruby
---
 .gitignore   |  1 +
 Gemfile      |  2 +-
 Gemfile.lock | 12 ------------
 3 files changed, 2 insertions(+), 13 deletions(-)

diff --git a/.gitignore b/.gitignore
index f1a1b80..589bc70 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ final/*
 .todo
 /.bundle
 /.vagrant
+/Gemfile.lock
diff --git a/Gemfile b/Gemfile
index 67b7f4b..1cba697 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,4 +1,4 @@
 source "https://rubygems.org"
 
-gem 'rake', '~> 10.0'
+gem 'rake', '>= 10.0'
 gem 'paint', '~> 0.8', '>= 0.8.6'
diff --git a/Gemfile.lock b/Gemfile.lock
deleted file mode 100644
index c4fe0ef..0000000
--- a/Gemfile.lock
+++ /dev/null
@@ -1,12 +0,0 @@
-GEM
-  remote: https://rubygems.org/
-  specs:
-    paint (0.8.6)
-    rake (10.0.4)
-
-PLATFORMS
-  ruby
-
-DEPENDENCIES
-  paint (~> 0.8, >= 0.8.6)
-  rake (~> 10.0)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/itsalltext.git



More information about the Pkg-mozext-commits mailing list