]> gitweb.fluxo.info Git - puppet-nfs.git/commitdiff
Bump bundler versions
authorTom De Vylder <tom@penumbra.be>
Tue, 5 Mar 2013 12:35:44 +0000 (13:35 +0100)
committerTom De Vylder <tom@penumbra.be>
Tue, 5 Mar 2013 12:39:21 +0000 (13:39 +0100)
.gitignore
Gemfile
Gemfile.lock [new file with mode: 0644]

index 6e69fb10a8c95f41f9be9acabe0a929a364895d1..bf9dfdcec9a42ea83919eadb9419561c8c97ba90 100644 (file)
@@ -1,2 +1,2 @@
+*.swp
 .DS_Store
-Gemfile.lock
diff --git a/Gemfile b/Gemfile
index d25591a264bcdc46e2460feef97e2eefd3123434..bca4e4f72eb0d33bf14fa90decf91880b0522cbe 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -1,9 +1,9 @@
-source :rubygems
+source 'https://rubygems.org'
 
-puppetversion = ENV.key?('PUPPET_VERSION') ? "= #{ENV['PUPPET_VERSION']}" : ['>= 3.0.1']
+puppetversion = ENV.key?('PUPPET_VERSION') ? "= #{ENV['PUPPET_VERSION']}" : ['>= 3.1.0']
 gem 'puppet', puppetversion
 
-facterversion = ENV.key?('FACTER_VERSION') ? "= #{ENV['FACTER_VERSION']}" : ['>= 1.6.16']
+facterversion = ENV.key?('FACTER_VERSION') ? "= #{ENV['FACTER_VERSION']}" : ['>= 1.6.17']
 gem 'facter', facterversion
 
 gem 'rake'
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644 (file)
index 0000000..7d7dce6
--- /dev/null
@@ -0,0 +1,57 @@
+GEM
+  remote: https://rubygems.org/
+  specs:
+    diff-lcs (1.2.1)
+    facter (1.6.17)
+    hiera (1.1.2)
+      json_pure
+    hiera-puppet (1.0.0)
+      hiera (~> 1.0)
+    json (1.7.7)
+    json_pure (1.7.7)
+    librarian-puppet (0.9.8)
+      json
+      thor (~> 0.15)
+    metaclass (0.0.1)
+    mocha (0.13.2)
+      metaclass (~> 0.0.1)
+    puppet (3.1.0)
+      facter (~> 1.6)
+      hiera (~> 1.0)
+    puppet-lint (0.3.2)
+    puppetlabs_spec_helper (0.4.1)
+      mocha (>= 0.10.5)
+      rake
+      rspec (>= 2.9.0)
+      rspec-puppet (>= 0.1.1)
+    rake (10.0.3)
+    rspec (2.13.0)
+      rspec-core (~> 2.13.0)
+      rspec-expectations (~> 2.13.0)
+      rspec-mocks (~> 2.13.0)
+    rspec-core (2.13.0)
+    rspec-expectations (2.13.0)
+      diff-lcs (>= 1.1.3, < 2.0)
+    rspec-hiera-puppet (1.0.0)
+      hiera (>= 1.0)
+      hiera-puppet (>= 1.0)
+      puppet (>= 3.0)
+      rspec
+      rspec-puppet
+    rspec-mocks (2.13.0)
+    rspec-puppet (0.1.6)
+      rspec
+    thor (0.17.0)
+
+PLATFORMS
+  ruby
+
+DEPENDENCIES
+  facter (>= 1.6.17)
+  librarian-puppet (>= 0.9.7)
+  puppet (>= 3.1.0)
+  puppet-lint (>= 0.3.2)
+  puppetlabs_spec_helper (>= 0.3.0)
+  rake
+  rspec-hiera-puppet (>= 1.0.0)
+  rspec-puppet (>= 0.1.5)