Skip to content

Commit 79be80b

Browse files
Merge pull request #81 from contentstack/staging
DX | 26-05-2025 | Release
2 parents 1261892 + 11f24f4 commit 79be80b

File tree

9 files changed

+168
-11153
lines changed

9 files changed

+168
-11153
lines changed

.github/workflows/policy-scan.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@ jobs:
4343
if [ "$license_file_found" = false ]; then
4444
echo "No license file found. Please add a license file to the repository."
4545
exit 1
46-
fi
46+
fi
47+

Gemfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ end
88
ruby '3.1.4'
99

1010
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
11-
gem 'rails', '7.1.3.4'
11+
gem 'rails', '7.2.2.1'
1212
# Use Puma as the app server
13-
gem 'puma', '6.4.2'
13+
gem 'puma', '6.6.0'
1414
# Use SCSS for stylesheets
1515
gem 'sass-rails', '>=5.0.5'
1616
# Use Uglifier as compressor for JavaScript assets
@@ -36,13 +36,13 @@ group :development, :test do
3636
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
3737
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
3838
# Adds support for Capybara system testing and selenium driver
39-
gem 'capybara', '3.39.0'
40-
gem 'selenium-webdriver', '4.8.6'
39+
gem 'capybara', '~> 3.39.1'
40+
gem 'selenium-webdriver', '4.9.0'
4141
end
4242

4343
group :development do
4444
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
45-
gem 'web-console', '4.2.0'
45+
gem 'web-console', '~> 4.2.1'
4646
gem 'listen', '3.9.0'
4747
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
4848
gem 'spring', '2.0.2'

0 commit comments

Comments
 (0)