Sha256: 022a50b83e12127a8719f244e95a52c621b2b8dcc07e17d3e82f41456ad3274d

Contents?: true

Size: 715 Bytes

Versions: 4

Compression:

Stored size: 715 Bytes

Contents

source 'https://rubygems.org'
gemspec

# Add any gems and groups that you don't want to keep local
group :development do
  # tools
  gem 'pry-byebug'
  gem 'pry-stack_explorer'
  gem 'pry-session'
  # rspec --format fuubar
  gem 'fuubar'
  # cucumber --format fuubar
  gem 'fuubar-cucumber', github: 'martinciu/fuubar-cucumber', branch: 'master'
  gem 'selenium-webdriver'

  # deploy site
  gem 'highline'
  # gem 'coderay', path: '../coderay'

  # build template static
  # run `rake assets:precompile`
  # to get bundled application.(js|css)
  gem 'sprockets'
  gem 'uglifier'
  gem 'sass-rails'
  gem 'coffee-rails'
  gem 'bootstrap-sass', '~> 3.1.1'
  gem 'jquery-rails'
  gem 'remotipart'
  gem "launchy"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lurker-0.6.6 Gemfile
lurker-0.6.5 Gemfile
lurker-0.6.4 Gemfile
lurker-0.6.3 Gemfile