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-2.3.13 Gemfile
jets-2.3.12 Gemfile
jets-2.3.11 Gemfile
jets-2.3.10 Gemfile
jets-2.3.9 Gemfile
jets-2.3.8 Gemfile
jets-2.3.7 Gemfile
jets-2.3.6 Gemfile
jets-2.3.5 Gemfile
jets-2.3.4 Gemfile
jets-2.3.3 Gemfile
jets-2.3.2 Gemfile
jets-2.3.1 Gemfile
jets-2.3.0 Gemfile
jets-2.2.5 Gemfile
jets-2.2.4 Gemfile
jets-2.2.3 Gemfile
jets-2.2.2 Gemfile
jets-2.2.1 Gemfile
jets-2.2.0 Gemfile