-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
19 lines (14 loc) · 697 Bytes
/
Copy pathGemfile
File metadata and controls
19 lines (14 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# -*- ruby -*-
# DO NOT EDIT THIS FILE. Instead, edit Rakefile, and run `rake bundler:gemfile`.
source "https://rubygems.org/"
gem "netaddr", ">=1.5.0"
gem "hoe-yard", ">=0.1.2", :group => [:development, :test]
gem "rspec", ">=2.6.0", :group => [:development, :test]
gem "yard", ">=0.8.2", :group => [:development, :test]
gem "rdoc", ">=3.8.0", :group => [:development, :test]
gem "redcarpet", ">=2.1.0", :group => [:development, :test]
gem "bundler", ">=1.0.10", :group => [:development, :test]
gem "hoe-bundler", ">=1.1.0", :group => [:development, :test]
gem "hoe-gemspec", ">=1.0.0", :group => [:development, :test]
gem "hoe", "~>2.16", :group => [:development, :test]
# vim: syntax=ruby