Sha256: 5b36f7f368f52602ec7d7b23cacf004f03f9af12d2a21baa70a0b240dad641fe

Contents?: true

Size: 410 Bytes

Versions: 26

Compression:

Stored size: 410 Bytes

Contents

source "https://rubygems.org"

# Specify your gem dependencies in jets.gemspec
gemspec

# required here for specs
# TODO: Only require webpacker in Gemfile of project if possible.
# Need both because of jets/application.rb and jets/webpacker/middleware_setup.rb
group :development, :test do
  gem "webpacker", git: "https://github.com/tongueroo/webpacker.git", branch: "jets"
  gem "rspec_junit_formatter"
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
jets-0.8.14 Gemfile
jets-0.8.13 Gemfile
jets-0.8.12 Gemfile
jets-0.8.11 Gemfile
jets-0.8.10 Gemfile
jets-0.8.9 Gemfile
jets-0.8.8 Gemfile
jets-0.8.6 Gemfile
jets-0.8.5 Gemfile
jets-0.8.4 Gemfile
jets-0.8.3 Gemfile
jets-0.8.2 Gemfile
jets-0.8.1 Gemfile
jets-0.8.0 Gemfile
jets-0.7.1 Gemfile
jets-0.7.0 Gemfile
jets-0.6.9 Gemfile
jets-0.6.8 Gemfile
jets-0.6.7 Gemfile
jets-0.6.6 Gemfile