diff --git a/Gemfile b/Gemfile index 9ef2b6ca..1eff67c4 100644 --- a/Gemfile +++ b/Gemfile @@ -45,7 +45,7 @@ group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'action-cable-testing' gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] - gem 'dotenv-rails', '>= 3.0.0' + gem 'dotenv-rails', '>= 3.1.1' gem 'rspec' gem 'rspec_junit_formatter' gem 'rspec-rails', '~> 5.1.0'