Skip to content

Commit abe6a2c

Browse files
authored
Merge pull request #80 from contentstack/development
DX | 28-04-2025 | Release
2 parents 42edd36 + b346eec commit abe6a2c

File tree

9 files changed

+167
-11153
lines changed

9 files changed

+167
-11153
lines changed

.github/workflows/policy-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- uses: actions/checkout@master
2525
- name: Checks for License file
2626
run: |
27-
if ! [[ -f "LICENSE" || -f "License.txt" || -f "LICENSE.md" ]]; then exit 1; fi
27+
if ! [[ -f "LICENSE" || -f "License.txt" || -f "LICENSE.md" || -f "LICENSE.txt" ]]; then exit 1; fi

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)