Gemfile in onceover-3.19.0 vs Gemfile in onceover-3.19.1
- old
+ new
@@ -15,18 +15,5 @@
# Evaluate ~/.gemfile if it exists
if File.exist?(File.join(Dir.home, '.gemfile'))
eval(File.read(File.join(Dir.home, '.gemfile')), binding)
end
-
-if ENV['APPVEYOR'] == 'True'
- # R10k needs to be pinned to this until the next release after 3.1.1
- # in order to not have symlinks and therefor work on windows
- gem 'r10k', git: 'https://github.com/puppetlabs/r10k.git'
-end
-
-group :development do
- gem 'cucumber', '~> 2.0'
- gem 'pry', '~> 0.10.0'
- gem 'rubocop', '~> 0.82.0'
- gem 'rubygems-tasks', '~> 0.2.0'
-end
\ No newline at end of file