Sha256: 5ed828eb53a59b36245aab79227bc6944a2dcd4d796dcd2e9a5b4ea3bd90771f

Contents?: true

Size: 376 Bytes

Versions: 2

Compression:

Stored size: 376 Bytes

Contents

source 'https://rubygems.org'

gem "rails", "~> 7.1.0"
gem 'pg'
gem 'puma'

group :development, :test do
  localtower_path = File.expand_path(File.join(File.dirname(__FILE__), '..', '..'))
  gem "localtower", path: localtower_path
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
localtower-2.0.1 spec/dummy/Gemfile
localtower-2.0.0 spec/dummy/Gemfile