@@ -5,26 +5,25 @@ git_source(:github) do |repo_name|
55 "https://github.com/#{ repo_name } .git"
66end
77
8+ ruby '3.1.4'
89
910# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
10- gem 'rails' , '5.2.3'
11- # Use sqlite3 as the database for Active Record
12- gem 'pg' , '0.21.0'
11+ gem 'rails' , '7.1.3.4'
1312# Use Puma as the app server
14- gem 'puma' , '3.12.6 '
13+ gem 'puma' , '6.4.2 '
1514# Use SCSS for stylesheets
16- gem 'sass-rails' , '5.0.6 '
15+ gem 'sass-rails' , '>= 5.0.5 '
1716# Use Uglifier as compressor for JavaScript assets
1817gem 'uglifier' , '3.2.0'
1918# See https://github.com/rails/execjs#readme for more supported runtimes
2019# gem 'therubyracer', platforms: :ruby
2120
2221# Use CoffeeScript for .coffee assets and views
23- gem 'coffee-rails' , '4.2.2 '
22+ gem 'coffee-rails' , '5.0.0 '
2423# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
2524gem 'turbolinks' , '5.0.1'
2625# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
27- gem 'jbuilder' , '2.7.0 '
26+ gem 'jbuilder' , '2.11.5 '
2827# Use Redis adapter to run Action Cable in production
2928# gem 'redis', '~> 3.0'
3029# Use ActiveModel has_secure_password
@@ -37,14 +36,14 @@ group :development, :test do
3736 # Call 'byebug' anywhere in the code to stop execution and get a debugger console
3837 gem 'byebug' , platforms : [ :mri , :mingw , :x64_mingw ]
3938 # Adds support for Capybara system testing and selenium driver
40- gem 'capybara' , '2.15.4 '
41- gem 'selenium-webdriver' , '3.6.0 '
39+ gem 'capybara' , '3.39.0 '
40+ gem 'selenium-webdriver' , '4.8.6 '
4241end
4342
4443group :development do
4544 # Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
46- gem 'web-console' , '3.5.1 '
47- gem 'listen' , '3.1.5 '
45+ gem 'web-console' , '4.2.0 '
46+ gem 'listen' , '3.9.0 '
4847 # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
4948 gem 'spring' , '2.0.2'
5049 gem 'spring-watcher-listen' , '2.0.1'
5352# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
5453gem 'tzinfo-data' , platforms : [ :mingw , :mswin , :x64_mingw , :jruby ]
5554
56- gem 'contentstack' , '~> 0.2.1 '
55+ gem 'contentstack' , '~> 0.8.0 '
0 commit comments