Skip to content

Commit

Permalink
Have Gemfile pull gems from the gemspec. Remove Gemfile.lock from the…
Browse files Browse the repository at this point in the history
… repo.
  • Loading branch information
Bryan Traywick committed Apr 18, 2014
1 parent b36567c commit 34d1325
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 119 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
*.gem
doc
tmp
Gemfile.lock
22 changes: 1 addition & 21 deletions Gemfile
@@ -1,23 +1,3 @@
source 'https://rubygems.org'

gem 'puppet', '3.5.0.rc1'
gem 'highline', '>= 1.5.0'
gem 'builder', '>= 2.1.2'
gem 'activesupport', '>= 2.2.0'
gem 'i18n', '>= 0.5.0'

group :development do
gem "rake"
gem "appraisal", :git => 'git://github.com/technicalpickles/appraisal.git'
gem "rspec", "~> 2.8.0"
gem "rspec-core", "~> 2.8.0"
gem "test-unit"
gem "jeweler", "~> 1.6.2"
gem "rdoc"
gem 'pry'
end

group :debug do
gem 'ruby-debug', :platforms => :ruby_18
gem 'ruby-debug19', :platforms => :ruby_19
end
gemspec
98 changes: 0 additions & 98 deletions Gemfile.lock

This file was deleted.

0 comments on commit 34d1325

Please sign in to comment.