diff --git a/Gemfile b/Gemfile index 45b8ebd..5354e54 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 postgresql as the database for Active Record gem 'sqlite3' # Use Puma as the app server @@ -28,7 +28,7 @@ group :development, :test do gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] gem 'dotenv-rails' gem 'factory_bot_rails' - gem "rspec-rails", "~> 4.0" + gem "rspec-rails", "~> 4.0", ">= 4.0.2" end group :development do @@ -52,4 +52,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.46", ">= 5.46.0"