-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathGemfile
More file actions
20 lines (15 loc) · 691 Bytes
/
Gemfile
File metadata and controls
20 lines (15 loc) · 691 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- ruby -*-
# DO NOT EDIT THIS FILE. Instead, edit Rakefile, and run `rake bundler:gemfile`.
source "https://rubygems.org/"
gem "i18n-inflector", "~>2.6"
gem "railties", ">=3.0.0"
gem "actionpack", ">=3.0.0"
gem "hoe-yard", ">=0.1.3", :group => [:development, :test]
gem "rspec", ">=2.6.0", :group => [:development, :test]
gem "yard", ">=0.7.2", :group => [:development, :test]
gem "rdoc", ">=3.8.0", :group => [:development, :test]
gem "bundler", ">=2.3.0", :group => [:development, :test]
gem "hoe-bundler", ">=1.1.0", :group => [:development, :test]
gem "byebug", "~>11.1.3", :group => [:development, :test]
gem "hoe", "~>2.16", :group => [:development, :test]
# vim: syntax=ruby