~ubuntu-branches/ubuntu/vivid/ruby-i18n/vivid

« back to all changes in this revision

Viewing changes to gemfiles/Gemfile.rails-3.0.x

  • Committer: Package Import Robot
  • Author(s): Jonas Genannt
  • Date: 2014-07-29 21:00:39 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20140729210039-qsvgwbxbaekg7omz
Tags: 0.6.11-1
* Team upload.
* Imported Upstream version 0.6.11
* removed fix_mocha.patch, included by upstream
* refreshed strip_bundler patch
* d/docs: upstream change readme name
* added patch for missing set from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
source 'https://rubygems.org'
 
2
 
 
3
gemspec :path => '..'
 
4
 
 
5
gem 'activesupport', '~> 3.0.0'
 
6
gem 'mocha'
 
7
gem 'test_declarative'
 
8
gem 'rufus-tokyo'
 
9
gem 'ffi'
 
10
gem 'rake'
 
11
gem 'yajl-ruby'