forked from reallyenglish/ansible-role-rabbitmq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
16 lines (15 loc) · 845 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
source "https://rubygems.org"
gem "infrataster", "~> 0.3.2", git: "https://github.com/reallyenglish/infrataster.git", branch: "reallyenglish"
gem "infrataster-plugin-firewall"
gem "kitchen-ansible", "~> 0.40.1", git: "https://github.com/reallyenglish/kitchen-ansible.git", branch: "freebsd_support" # use patched kitchen-ansible
gem "kitchen-sync", "~> 2.1.1", git: "https://github.com/reallyenglish/kitchen-sync.git", branch: "without_full_path_to_rsync"
gem "kitchen-vagrant", "~> 0.20.0"
gem "kitchen-verifier-serverspec", "~> 0.3.0"
gem "kitchen-verifier-shell", "~> 0.2.0"
gem "rack", "~> 1.6.4" # rack 2.x requires ruby >= 2.2.2
gem "rake", "~> 11.1.2"
gem "rspec", "~> 3.4.0"
gem "rubocop", "~> 0.49.0"
gem "serverspec", "~> 2.37.2"
gem "specinfra", ">= 2.63.2" # OpenBSD's `port` is fixed in this version
gem "test-kitchen", "~> 1.6.0"