mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Merge pull request #33 from genebean/dependabot/bundler/os-1.1.0
This commit is contained in:
commit
4338051b48
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -12,7 +12,7 @@ end
|
|||
# rubocop:enable ConditionalAssignment
|
||||
|
||||
group :production do
|
||||
gem 'os', '~> 1.0'
|
||||
gem 'os', '~> 1.1'
|
||||
gem 'puppet', puppetversion
|
||||
gem 'r10k', '~> 3.4'
|
||||
gem 'rugged', '~> 0.99'
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ GEM
|
|||
multi_json (1.14.1)
|
||||
multipart-post (2.1.1)
|
||||
necromancer (0.5.1)
|
||||
os (1.0.1)
|
||||
os (1.1.0)
|
||||
parallel (1.19.1)
|
||||
parser (2.7.0.1)
|
||||
ast (~> 2.4.0)
|
||||
|
|
@ -166,7 +166,7 @@ PLATFORMS
|
|||
DEPENDENCIES
|
||||
json (>= 2.0.2)
|
||||
metadata-json-lint (~> 2.0)
|
||||
os (~> 1.0)
|
||||
os (~> 1.1)
|
||||
puppet (>= 5, < 6)
|
||||
puppet-lint (~> 2.3)
|
||||
puppet-lint-absolute_classname-check (~> 2.0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue