forked from nathanvda/cocoon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
32 lines (24 loc) · 623 Bytes
/
Gemfile
File metadata and controls
32 lines (24 loc) · 623 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
source "http://rubygems.org"
group :development, :test do
gem "rails", "~> 4.2"
gem "sqlite3", '1.3.13'
gem "json_pure"
gem "jeweler", "~> 2.3"
gem "rspec-rails", "~> 3.0.0"
gem "rspec", "~> 3.0.0"
gem "actionpack", ">=4.0.0"
gem "simplecov", :require => false
gem "rake", "~> 10.1"
gem 'nokogiri'
gem "generator_spec"
platforms :rbx do
gem 'rubysl'
gem 'rubysl-test-unit'
gem 'psych', '~> 2.2'
gem 'racc'
gem 'rubinius-developer_tools'
end
end
# To use debugger (ruby-debug for Ruby 1.8.7+, ruby-debug19 for Ruby 1.9.2+)
# gem 'ruby-debug'
# gem 'ruby-debug19'