File: Gemfile

package info (click to toggle)
ruby-cocoon 1.2.15-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 660 kB
  • sloc: javascript: 7,776; ruby: 805; makefile: 5
file content (32 lines) | stat: -rw-r--r-- 671 bytes parent folder | download
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 "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'