Sha256: 3a01d5e7737bf399714ae98ca51644f83b25d83fb09a23275822f71b6f22c699

Contents?: true

Size: 454 Bytes

Versions: 109

Compression:

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

Version data entries

109 entries across 109 versions & 3 rubygems

Version Path
jets-1.9.7 Gemfile
jets-1.9.6 Gemfile
jets-1.9.5 Gemfile
jets-1.9.4 Gemfile
jets-1.9.3 Gemfile
jets-1.9.2 Gemfile
jets-1.9.1 Gemfile
jets-1.9.0 Gemfile
jets-1.8.14 Gemfile
jets-1.8.13 Gemfile
jets-1.8.12 Gemfile
jets-1.8.11 Gemfile
jets-1.8.10 Gemfile
jets-1.8.9 Gemfile
jets-1.8.8 Gemfile
jets-1.8.7 Gemfile
jets-1.8.6 Gemfile
jets-1.8.5 Gemfile
jets-1.8.4 Gemfile
jets-1.8.3 Gemfile