@@ -6,15 +6,15 @@ 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.1.3.2 '
9
+ gem 'rails' , '~> 7.2.1.1 '
10
10
# Use sqlite3 as the database for Active Record
11
- gem 'sqlite3' , '~> 1.7.3 '
11
+ gem 'sqlite3' , '~> 2.1.1 '
12
12
# Use Puma as the app server
13
- gem 'puma' , '~> 6.4.2 '
13
+ gem 'puma' , '~> 6.4.3 '
14
14
# Use SCSS for stylesheets
15
15
gem 'sass-rails' , '~> 6.0.0'
16
16
# Use Uglifier as compressor for JavaScript assets
17
- gem 'uglifier' , '~> 4.2.0 '
17
+ gem 'uglifier' , '~> 4.2.1 '
18
18
# See https://github.com/rails/execjs#readme for more supported runtimes
19
19
# gem 'mini_racer', platforms: :ruby
20
20
@@ -23,7 +23,7 @@ gem 'coffee-rails', '~> 5.0.0'
23
23
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
24
24
gem 'turbolinks' , '~> 5.2.1'
25
25
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
26
- gem 'jbuilder' , '~> 2.11.5 '
26
+ gem 'jbuilder' , '~> 2.13.0 '
27
27
# Use Redis adapter to run Action Cable in production
28
28
# gem 'redis', '~> 4.0'
29
29
# Use ActiveModel has_secure_password
@@ -53,24 +53,24 @@ group :development do
53
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
- gem 'pry-rails' , '~> 0.3.9 '
57
- gem 'rubocop' , '~> 1.63.3 ' , require : false
56
+ gem 'pry-rails' , '~> 0.3.11 '
57
+ gem 'rubocop' , '~> 1.67.0 ' , require : false
58
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
64
gem 'capybara' , '~> 3.40.0'
65
- gem 'selenium-webdriver' , '~> 4.19 .0'
65
+ gem 'selenium-webdriver' , '~> 4.25 .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'
69
69
end
70
70
71
- gem 'docusign_admin' , '~> 2.0.0.rc1 '
71
+ gem 'docusign_admin' , '~> 2.0.0.rc2 '
72
72
gem 'docusign_click' , '~> 1.4.0'
73
- gem 'docusign_esign' , '~> 4 .0.0.rc1 '
73
+ gem 'docusign_esign' , '~> 5 .0.0'
74
74
gem 'docusign_maestro' , '~> 2.0.0.rc1'
75
75
gem 'docusign_monitor' , '~> 1.2.0'
76
76
gem 'docusign_rooms' , '~> 1.3.0'
0 commit comments