diff --git a/Gemfile b/Gemfile index 5de25cd..fe0301f 100644 --- a/Gemfile +++ b/Gemfile @@ -9,11 +9,11 @@ gem 'pg' # Use Puma as the app server gem 'puma', '~> 6.0' # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker -gem 'webpacker', '~> 5.4' +gem 'webpacker', '~> 5.4', '>= 5.4.3' # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks gem 'turbolinks', '~> 5' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.11' +gem 'jbuilder', '~> 2.11', '>= 2.11.5' # Use Active Model has_secure_password # gem 'bcrypt', '~> 3.1.7' @@ -31,7 +31,7 @@ end group :development do # Access an interactive console on exception pages or by calling 'console' anywhere in the code. - gem 'web-console', '>= 4.1.0' + gem 'web-console', '>= 4.2.0' # Display performance information such as SQL time and flame graphs for each request in your browser. # Can be configured to work on production as well see: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/README.md gem 'rack-mini-profiler', '~> 3.0' @@ -42,7 +42,7 @@ 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.55" -gem "bootstrap", "~> 5.2" +gem "twilio-ruby", "~> 5.55", ">= 5.55.0" +gem "bootstrap", "~> 5.2", ">= 5.2.3" gem "retriable", "~> 3.1"