Skip to content

Commit

Permalink
Removed cri dependency as it's now fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Ratcliffe committed Jun 4, 2019
1 parent 986cd3b commit f5baf4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ gemspec

gem 'pry-coolline', '> 0.0', '< 1.0.0'

# Cri 2.15.6 broke r10k and they can't be used together
gem 'cri', '<= 2.15.5'

if ENV['PUPPET_VERSION']
gem 'puppet', ENV['PUPPET_VERSION']
end
Expand Down
4 changes: 2 additions & 2 deletions onceover.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
s.name = "onceover"
s.version = "3.13.1"
s.version = "3.13.2"
s.authors = ["Dylan Ratcliffe"]
s.email = ["dylan.ratcliffe@puppet.com"]
s.homepage = "https://github.com/dylanratcliffe/onceover"
Expand All @@ -28,7 +28,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'r10k', '>=2.1.0'
s.add_runtime_dependency 'puppet', '>=3.4.0'
s.add_runtime_dependency 'git'
s.add_runtime_dependency 'cri', '>= 2.6', '<= 2.15.5'
s.add_runtime_dependency 'cri', '>= 2.6'
s.add_runtime_dependency 'colored', '~> 1.2'
s.add_runtime_dependency 'logging', '>= 2.0.0'
s.add_runtime_dependency 'deep_merge', '>= 1.0.0'
Expand Down

0 comments on commit f5baf4c

Please sign in to comment.