33source 'https://rubygems.org'
44git_source ( :github ) { |repo | "https://github.com/#{ repo } .git" }
55
6- ruby '~>3.0 .2'
6+ ruby '~>3.1 .2'
77
88# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
9- gem 'rails' , '~> 6 .0.4.1 '
9+ gem 'rails' , '~> 7 .0.3 '
1010# Use sqlite3 as the database for Active Record
11- gem 'sqlite3' , '~> 1.4.2 '
11+ gem 'sqlite3' , '~> 1.4.4 '
1212# Use Puma as the app server
13- gem 'puma' , '~> 4.3.12 '
13+ gem 'puma' , '~> 5.6.4 '
1414# Use SCSS for stylesheets
1515gem 'sass-rails' , '~> 6.0.0'
1616# Use Uglifier as compressor for JavaScript assets
@@ -23,7 +23,7 @@ gem 'coffee-rails', '~> 5.0.0'
2323# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
2424gem 'turbolinks' , '~> 5.2.1'
2525# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
26- gem 'jbuilder' , '~> 2.10.0 '
26+ gem 'jbuilder' , '~> 2.11.5 '
2727# Use Redis adapter to run Action Cable in production
2828# gem 'redis', '~> 4.0'
2929# Use ActiveModel has_secure_password
4949
5050group :development do
5151 # Access an interactive console on exception pages or by calling 'console' anywhere in the code.
52- gem 'listen' , '~> 3.7.0 '
53- gem 'web-console' , '~> 4.0.1 '
52+ gem 'listen' , '~> 3.7.1 '
53+ gem 'web-console' , '~> 4.2.0 '
5454 # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
5555 gem 'pry-nav' , '~> 0.3.0'
5656 gem 'pry-rails' , '~> 0.3.9'
@@ -63,7 +63,7 @@ group :test do
6363 gem 'capybara' , '~> 3.31.0'
6464 gem 'selenium-webdriver' , '~> 3.142.7'
6565 # Easy installation and use of chromedriver to run system tests with Chrome
66- gem 'chromedriver-helper' , '~> 2.1.1 '
66+ gem 'chromedriver-helper' , '~> 1.2.0 '
6767end
6868
6969gem 'docusign_esign' , '~> 3.17.0'
@@ -75,5 +75,7 @@ gem 'omniauth-oauth2', '~> 1.7.1'
7575gem 'omniauth-rails_csrf_protection'
7676
7777# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
78- gem 'tzinfo-data' , '~> 1.2019.3 ' , platforms : %i[ mingw mswin x64_mingw jruby ]
78+ gem 'tzinfo-data' , '~> 1.2022.1 ' , '>= 1.2022.1'
7979gem 'wdm' , '>= 0.1.0' , platforms : %i[ mingw mswin x64_mingw ]
80+
81+ gem "matrix" , "~> 0.4.2"
0 commit comments