RubyGems.org

Mirror some version of gems with Gem::Version DSL Create a mini_gem file and add this to it : source :gemcutter gem 'rails', ['~> 1.2.0', '>= 3.0'] or source :gemcutter resource :path => '/your_path/mini_gem.yml' # /your_path/mini_gem.yml gem: - rails: - - '~> 1.2.0' - '>= 3.0' It will solve the dependencies for you so you don't have to write an exhaustive list of the gems you want to mirror

installgem install rubygems-mini_mirror
Authors

Ramihajamalala Hery

2,140 total downloads 559 for this version
Owners

802412b10b72714330917c139a240f30

Gemfile
gem "rubygems-mini_mirror", "~> 1.0.3"
Versions
  1. 1.0.3 December 28, 2011
  2. 1.0.2 December 12, 2011
  3. 1.0.1 September 26, 2011
  4. 1.0.0 September 25, 2011
Runtime Dependencies
  1. net-http-persistent >= 1.2.5
Development Dependencies
  1. rake >= 0