mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 18:07:43 -04:00
Bump rugged from 1.5.1 to 1.6.2
Bumps [rugged](https://github.com/libgit2/rugged) from 1.5.1 to 1.6.2. - [Release notes](https://github.com/libgit2/rugged/releases) - [Changelog](https://github.com/libgit2/rugged/blob/master/CHANGELOG.md) - [Commits](https://github.com/libgit2/rugged/compare/v1.5.1...v1.6.2) --- updated-dependencies: - dependency-name: rugged dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
9ca2d5dc50
commit
cb8dab7437
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -15,7 +15,7 @@ group :production do
|
||||||
gem 'os', '~> 1.1'
|
gem 'os', '~> 1.1'
|
||||||
gem 'puppet', puppetversion
|
gem 'puppet', puppetversion
|
||||||
gem 'r10k', '~> 3.15'
|
gem 'r10k', '~> 3.15'
|
||||||
gem 'rugged', '~> 1.5'
|
gem 'rugged', '~> 1.6'
|
||||||
gem 'xmlrpc', '~> 0.3.0' if RUBY_VERSION >= '2.3'
|
gem 'xmlrpc', '~> 0.3.0' if RUBY_VERSION >= '2.3'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -183,7 +183,7 @@ GEM
|
||||||
parser (>= 3.1.1.0)
|
parser (>= 3.1.1.0)
|
||||||
ruby-progressbar (1.11.0)
|
ruby-progressbar (1.11.0)
|
||||||
ruby2_keywords (0.0.5)
|
ruby2_keywords (0.0.5)
|
||||||
rugged (1.5.1)
|
rugged (1.6.2)
|
||||||
scanf (1.0.0)
|
scanf (1.0.0)
|
||||||
semantic_puppet (1.0.4)
|
semantic_puppet (1.0.4)
|
||||||
singleton (0.1.1)
|
singleton (0.1.1)
|
||||||
|
|
@ -239,7 +239,7 @@ DEPENDENCIES
|
||||||
r10k (~> 3.15)
|
r10k (~> 3.15)
|
||||||
rspec-puppet (~> 2.12)
|
rspec-puppet (~> 2.12)
|
||||||
rubocop (~> 1.44)
|
rubocop (~> 1.44)
|
||||||
rugged (~> 1.5)
|
rugged (~> 1.6)
|
||||||
tty-command (~> 0.6)
|
tty-command (~> 0.6)
|
||||||
tty-file (~> 0.9)
|
tty-file (~> 0.9)
|
||||||
tty-prompt (~> 0.21)
|
tty-prompt (~> 0.21)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue