-
Notifications
You must be signed in to change notification settings - Fork 379
Expand file tree
/
Copy pathGemfile
More file actions
33 lines (25 loc) · 689 Bytes
/
Gemfile
File metadata and controls
33 lines (25 loc) · 689 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
33
source "http://rubygems.org"
group :development, :test do
gem "rails", "~> 4.2"
gem "sqlite3", '1.3.13'
gem "json_pure"
gem "jeweler", git: 'git@github.com:technicalpickles/jeweler'
# 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'