Sha256: 2d70c5ed66612f50299b74c00676fcf206a3f91c5a6a0f42862661fce95a17d3

Contents?: true

Size: 1.39 KB

Versions: 1

Compression:

Stored size: 1.39 KB

Contents

source "http://rubygems.org"

# These gems are the only ones that this gem needs
gem "activesupport", ">= 3.0.0"
gem "activerecord", ">= 3.0.0"
gem "ordered_tree", ">= 0.1.6"

# If you're going to do any development and run any tests, comment out the start
# and end of the group block
#   * group :development, :test, :cucumber do
#   * end
#
# If you don't, cucumber features will complaining that
# these gems didn't exist, even if the group below includes
# :test and :cucumber environments!
#
# Just remember to uncomment them when you publish (or make a pull request).
#group :development, :test, :cucumber do
  gem "rspec", "~> 2.6.0"
  gem "bundler", "~> 1.0.0"
  gem "jeweler", "~> 1.5.2"
  gem "rcov", ">= 0"
  gem "simple-navigation", "3.2.0"
  gem 'inherited_resources'
  gem 'guard-rspec'
  gem 'libnotify'
  gem 'rb-inotify'
  gem 'sqlite3'
  # force the use of rake version, because of http://stackoverflow.com/questions/6199301/global-access-to-rake-dsl-methods-is-deprecated
  gem 'rake', '0.8.7' 
  gem 'apotomo', '1.1.1'
  gem 'rails', '3.0.7'
  gem 'haml'
  gem 'simple-navigation', '3.2.0'
  gem 'jquery-rails', '>= 1.0.3'
  gem 'rspec-rails', '2.6.1'
  gem 'cucumber-rails', '0.5.2'
  gem 'cucumber'
  gem 'capybara', ">= 1.0.0.rc1"
  gem 'database_cleaner'
  gem 'launchy'
  gem 'machinist'
  gem 'faker'
  gem 'guard-cucumber', '0.3.4'
  gem 'libnotify'
  gem 'rb-inotify'
  gem 'nifty-generators'
#end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
navi-0.0.16 Gemfile