diff --git a/Gemfile b/Gemfile index 903fbf6..6a7ba42 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '~> 3.0' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 6.1.3' +gem 'rails', '~> 6.1.3', '>= 6.1.3.1' # Use Puma as the app server gem 'puma', '~> 5.0' # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks @@ -20,7 +20,7 @@ gem 'bootsnap', '>= 1.4.4', require: false group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] - gem 'dotenv-rails' + gem 'dotenv-rails', '>= 2.7.6' end group :development do @@ -36,4 +36,4 @@ end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] -gem "twilio-ruby", "~> 5.46" +gem "twilio-ruby", "~> 5.50", ">= 5.50.0"