~ubuntu-branches/ubuntu/trusty/foodcritic/trusty

« back to all changes in this revision

Viewing changes to Gemfile

  • Committer: Package Import Robot
  • Author(s): Stefano Rivera
  • Date: 2014-01-16 14:49:30 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140116144930-0mgwfhgnqtohnud7
Tags: 3.0.3-1
* New upstream release.
* Refresh patches.
* Drop rak-free patch, superseded upstream.
* Drop gherkin-2.11.1 patch, and bump gherkin dependency to 2.11.7.
* Switch to stable tarballs from gemwatch.
* Update copyright years.
* FC010 is currently broken due to changes in Chef. Ignore the test failures.
* Ruby 1.8 is no longer supported in Debian, so declare XS-Ruby-Versions:
  all.
* Bump Standards-Version to 3.9.5, no changes needed.
* The manpage is now included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
source "https://rubygems.org"
2
 
 
3
 
gem 'foodcritic', :path => '.'
4
 
 
5
 
group :test do
6
 
  gem 'aruba', '~> 0.4.11'
7
 
  gem 'cucumber', '~> 1.2.1'
8
 
  gem 'minitest', '~> 3.3.0'
9
 
  gem 'simplecov', '~> 0.6.4'
10
 
end
11
 
 
12
 
group :development do
13
 
  gem 'chef', '~> 10.24.0'
14
 
  gem "rake", '~> 0.9.2.2'
15
 
end