@@ -6,11 +6,11 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
6
6
ruby '~>3.1.2'
7
7
8
8
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
9
- gem 'rails' , '~> 7.0.4.3 '
9
+ gem 'rails' , '~> 7.1.3.2 '
10
10
# Use sqlite3 as the database for Active Record
11
- gem 'sqlite3' , '~> 1.6.1 '
11
+ gem 'sqlite3' , '~> 1.7.3 '
12
12
# Use Puma as the app server
13
- gem 'puma' , '~> 6.1.1 '
13
+ gem 'puma' , '~> 6.4.2 '
14
14
# Use SCSS for stylesheets
15
15
gem 'sass-rails' , '~> 6.0.0'
16
16
# Use Uglifier as compressor for JavaScript assets
49
49
50
50
group :development do
51
51
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
52
- gem 'listen' , '~> 3.8 .0'
53
- gem 'web-console' , '~> 4.2.0 '
52
+ gem 'listen' , '~> 3.9 .0'
53
+ gem 'web-console' , '~> 4.2.1 '
54
54
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
55
55
gem 'pry-nav' , '~> 1.0.0'
56
56
gem 'pry-rails' , '~> 0.3.9'
57
- gem 'rubocop' , '~> 1.48.1 ' , require : false
58
- gem 'spring' , '~> 4.1 .1'
57
+ gem 'rubocop' , '~> 1.63.3 ' , require : false
58
+ gem 'spring' , '~> 4.2 .1'
59
59
gem 'spring-watcher-listen' , '~> 2.1.0'
60
60
end
61
61
62
62
group :test do
63
63
# Adds support for Capybara system testing and selenium driver
64
- gem 'capybara' , '~> 3.38 .0'
65
- gem 'selenium-webdriver' , '~> 4.8.1 '
64
+ gem 'capybara' , '~> 3.40 .0'
65
+ gem 'selenium-webdriver' , '~> 4.19.0 '
66
66
# Easy installation and use of chromedriver to run system tests with Chrome
67
67
gem 'chromedriver-helper' , '~> 2.1.1'
68
68
gem 'test-unit'
71
71
gem 'docusign_admin' , '~> 1.3.0'
72
72
gem 'docusign_click' , '~> 1.4.0'
73
73
gem 'docusign_esign' , '~> 4.0.0.rc1'
74
- gem 'docusign_maestro' , '~> 1 .0.0.rc1'
74
+ gem 'docusign_maestro' , '~> 2 .0.0.rc1'
75
75
gem 'docusign_monitor' , '~> 1.2.0'
76
76
gem 'docusign_rooms' , '~> 1.3.0'
77
77
gem 'omniauth-oauth2' , '~> 1.8.0'
0 commit comments