Skip to content

Commit

Permalink
Embed base Gemfile in rack2
Browse files Browse the repository at this point in the history
  • Loading branch information
evanleck committed Sep 25, 2023
1 parent b0ab7f5 commit f068548
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion gemfiles/rack2.gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# frozen_string_literal: true
require File.expand_path('../Gemfile')
source 'https://rubygems.org'

gemspec(path: '../')

gem 'minitest', '~> 5'
gem 'rack', '~> 2'
gem 'rake', '~> 13'
gem 'rubocop', '~> 1'
gem 'rubocop-minitest'
gem 'rubocop-packaging'
gem 'rubocop-performance', '~> 1'
gem 'rubocop-rake'

0 comments on commit f068548

Please sign in to comment.