Skip to content

Commit 012d3d4

Browse files
update packages
1 parent d0536b0 commit 012d3d4

File tree

6 files changed

+203
-211
lines changed

6 files changed

+203
-211
lines changed

Diff for: Gemfile

+10-10
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
66
ruby '~>3.1.2'
77

88
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
9-
gem 'rails', '~> 7.1.3.2'
9+
gem 'rails', '~> 7.2.1.1'
1010
# Use sqlite3 as the database for Active Record
11-
gem 'sqlite3', '~> 1.7.3'
11+
gem 'sqlite3', '~> 2.1.1'
1212
# Use Puma as the app server
13-
gem 'puma', '~> 6.4.2'
13+
gem 'puma', '~> 6.4.3'
1414
# Use SCSS for stylesheets
1515
gem 'sass-rails', '~> 6.0.0'
1616
# Use Uglifier as compressor for JavaScript assets
17-
gem 'uglifier', '~> 4.2.0'
17+
gem 'uglifier', '~> 4.2.1'
1818
# See https://github.com/rails/execjs#readme for more supported runtimes
1919
# gem 'mini_racer', platforms: :ruby
2020

@@ -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
2424
gem 'turbolinks', '~> 5.2.1'
2525
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
26-
gem 'jbuilder', '~> 2.11.5'
26+
gem 'jbuilder', '~> 2.13.0'
2727
# Use Redis adapter to run Action Cable in production
2828
# gem 'redis', '~> 4.0'
2929
# Use ActiveModel has_secure_password
@@ -53,24 +53,24 @@ group :development do
5353
gem 'web-console', '~> 4.2.1'
5454
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
5555
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
5858
gem 'spring', '~> 4.2.1'
5959
gem 'spring-watcher-listen', '~> 2.1.0'
6060
end
6161

6262
group :test do
6363
# Adds support for Capybara system testing and selenium driver
6464
gem 'capybara', '~> 3.40.0'
65-
gem 'selenium-webdriver', '~> 4.19.0'
65+
gem 'selenium-webdriver', '~> 4.25.0'
6666
# Easy installation and use of chromedriver to run system tests with Chrome
6767
gem 'chromedriver-helper', '~> 2.1.1'
6868
gem 'test-unit'
6969
end
7070

71-
gem 'docusign_admin', '~> 2.0.0.rc1'
71+
gem 'docusign_admin', '~> 2.0.0.rc2'
7272
gem 'docusign_click', '~> 1.4.0'
73-
gem 'docusign_esign', '~> 4.0.0.rc1'
73+
gem 'docusign_esign', '~> 5.0.0'
7474
gem 'docusign_maestro', '~> 2.0.0.rc1'
7575
gem 'docusign_monitor', '~> 1.2.0'
7676
gem 'docusign_rooms', '~> 1.3.0'

0 commit comments

Comments
 (0)