Skip to content
This repository has been archived by the owner on May 23, 2018. It is now read-only.

Commit

Permalink
Modulesync: pin json_pure (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
stbenjam authored Jul 7, 2016
1 parent 32b56c4 commit b639cd6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is managed centrally by modulesync
# https://github.com/theforeman/foreman-installer-modulesync
# https://github.com/Katello/foreman-installer-modulesync

## MAC OS
.DS_Store
Expand Down Expand Up @@ -34,3 +34,6 @@ spec/fixtures/
## Puppet module
pkg/
coverage/

## InteliJ / RubyMine
.idea
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is managed centrally by modulesync
# https://github.com/katello/foreman-installer-modulesync
# https://github.com/Katello/foreman-installer-modulesync

source 'https://rubygems.org'

Expand All @@ -12,7 +12,7 @@ if RUBY_VERSION.start_with? '1.8'
else
gem 'rake'
gem 'rspec', '~> 3.0'
gem 'rspec-puppet-facts'
gem 'rspec-puppet-facts', '>= 1.5'
end
gem 'rspec-puppet', '~> 2.3'
gem 'puppetlabs_spec_helper', '>= 0.8.0'
Expand All @@ -31,6 +31,8 @@ gem 'simplecov'
gem 'puppet-blacksmith', '>= 3.1.0', {"groups"=>["development"]}
gem 'rest-client', '< 1.7', {"platforms"=>["ruby_18"], "groups"=>["development"]}
gem 'mime-types', '~> 1.0', {"platforms"=>["ruby_18"], "groups"=>["development"]}
gem 'json', '~> 1.0', {"platforms"=>["ruby_18", "ruby_19"], "groups"=>["test"]}
gem 'json_pure', '~> 1.0', {"platforms"=>["ruby_18", "ruby_19"], "groups"=>["test"]}
gem 'metadata-json-lint'

# vim:ft=ruby
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is managed centrally by modulesync
# https://github.com/theforeman/foreman-installer-modulesync
# https://github.com/Katello/foreman-installer-modulesync

require 'puppetlabs_spec_helper/rake_tasks'
require 'puppet-lint/tasks/puppet-lint'
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is managed centrally by modulesync
# https://github.com/katello/foreman-installer-modulesync
# https://github.com/Katello/foreman-installer-modulesync

require 'puppetlabs_spec_helper/module_spec_helper'

Expand Down

0 comments on commit b639cd6

Please sign in to comment.