Sha256: 08cd4c580f78afa479b700a29a2e617a925e0ddd204c177ea4e413d304d940a6

Contents?: true

Size: 505 Bytes

Versions: 9

Compression:

Stored size: 505 Bytes

Contents

source "http://rubygems.org"

gem "activesupport" , ">= 3.0.7"
gem "rails"         , ">= 3.0.7"



group :development, :test do
  gem 'rake'
  gem 'jeweler',  "~> 1.6.4"
  gem "rcov",     ">= 0"
  gem "capybara", ">= 0.4.0"
  gem "launchy"

  gem "sqlite3",                          :platform => [:ruby, :mswin, :mingw]
  gem "activerecord-jdbcsqlite3-adapter", :platform => :jruby
end


# To use debugger (ruby-debug for Ruby 1.8.7+, ruby-debug19 for Ruby 1.9.2+)
# gem 'ruby-debug'
# gem 'ruby-debug19'

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
wicked-0.6.1 Gemfile
wicked-0.6.0 Gemfile
wicked-0.5.0 Gemfile
wicked-0.4.0 Gemfile
wicked-0.3.4 Gemfile
wicked-0.3.3 Gemfile
wicked-0.3.2 Gemfile
wicked-0.3.1 Gemfile
wicked-0.3.0 Gemfile