Sha256: 57a442027ad6ee83424398174ba1af45f85b84ae7318726080c722043c6bb4f8
Contents?: true
Size: 808 Bytes
Versions: 2
Compression:
Stored size: 808 Bytes
Contents
# There is no need for these gems on travis and it's up to you whenever you use them # See: https://github.com/gerrywastaken/Gemfile.local # and GH's issue for bundler: https://github.com/bundler/bundler/issues/183 eval File.read('Gemfile') # Add any gems and groups that you don't want to keep local group :development do # tools gem 'pry-debugger' gem 'pry-stack_explorer' # rspec --format fuubar gem 'fuubar' # cucumber --format fuubar gem 'fuubar-cucumber', github: 'martinciu/fuubar-cucumber', branch: 'master' gem 'selenium-webdriver' # deploy site gem 'highline' # build template static # run `rake assets:precompile` # to get bundled application.(js|css) gem 'sprockets' gem 'sass-rails' gem 'bootstrap-sass', '~> 3.1.1' gem 'jquery-rails' gem 'remotipart' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lurker-0.5.1 | Gemfile.local |
lurker-0.5.0 | Gemfile.local |