Remove version requirements on gems
This is temporary until we get everything working
This commit is contained in:
parent
7dcc61ea50
commit
8f2e7d239e
1 changed files with 4 additions and 4 deletions
8
Gemfile
8
Gemfile
|
|
@ -1,10 +1,10 @@
|
|||
source 'https://rubygems.org'
|
||||
ruby '3.0.0'
|
||||
|
||||
gem 'rails', '~> 6.0'
|
||||
gem 'pg', '~> 1.2.3'
|
||||
gem 'bootsnap', '~> 1.4.8'
|
||||
gem 'rack-cors', '1.1.1'
|
||||
gem 'rails'
|
||||
gem 'pg'
|
||||
gem 'bootsnap'
|
||||
gem 'rack-cors'
|
||||
|
||||
# A Ruby Web Server Built For Concurrency
|
||||
gem 'puma'
|
||||
|
|
|
|||
Loading…
Reference in a new issue