Skip to content

Commit

Permalink
Update rsync to 72e8543c630ae7a7290717d2cb229703542495e5
Browse files Browse the repository at this point in the history
72e8543c630ae7a7290717d2cb229703542495e5 Merge pull request redhat-openstack#63 from jweisner/rspec_310
259c90aba9fe7fb34c790c0dd0ce1f63ddf7b36f Pin rspec version to 3.1.0 (rspec/rspec-core#1864)
  • Loading branch information
xbezdick committed Mar 27, 2015
1 parent 2c113b5 commit 5817105
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Puppetfile
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ mod 'remote',
:git => 'https://github.com/paramite/puppet-remote.git'

mod 'rsync',
:commit => '67a3475e141d672caa5fe552d8cf59cd0bd0137e',
:commit => '72e8543c630ae7a7290717d2cb229703542495e5',
:git => 'https://github.com/puppetlabs/puppetlabs-rsync.git'

mod 'sahara',
Expand Down
1 change: 1 addition & 0 deletions rsync/Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
source "https://rubygems.org"

gem 'rspec', '~> 3.1.0'
gem 'puppetlabs_spec_helper'
if puppetversion = ENV['PUPPET_GEM_VERSION']
gem 'puppet', puppetversion, :require => false
Expand Down

0 comments on commit 5817105

Please sign in to comment.