Sha256: 90b57f716606264a7f5046d5853429247379660d4eac09aa59308b394ede27e9

Contents?: true

Size: 437 Bytes

Versions: 41

Compression:

Stored size: 437 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 "mysql2", "~> 0.5.2"
  gem "webpacker", git: "https://github.com/tongueroo/webpacker.git", branch: "jets"
  gem "rspec_junit_formatter"
end

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
jets-1.4.10 Gemfile
jets-1.4.9 Gemfile
jets-1.4.8 Gemfile
jets-1.4.7 Gemfile
jets-1.4.6 Gemfile
jets-1.4.5 Gemfile
jets-1.4.4 Gemfile
jets-1.4.3 Gemfile
jets-1.4.2 Gemfile
jets-1.4.1 Gemfile
jets-1.4.0 Gemfile
jets-1.3.9 Gemfile
jets-1.3.8 Gemfile
jets-1.3.7 Gemfile
jets-1.3.6 Gemfile
jets-1.3.5 Gemfile
jets-1.3.4 Gemfile
jets-1.3.3 Gemfile
jets-1.3.2 Gemfile
jets-1.3.1 Gemfile