diff --git a/myapp/Gemfile b/myapp/Gemfile index 2dcf71a6..b11a4fe5 100644 --- a/myapp/Gemfile +++ b/myapp/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'sidekiq', :path => '..' -gem 'rails', '6.0.0.rc2' +gem 'rails' gem 'puma' platforms :ruby do