Skip to content

Commit 6788b38

Browse files
justin808claude
andcommitted
Fix pry-byebug version constraint in Gemfile.lock
Add version constraint (~> 3.8.0) to match the gemspec change. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 07af836 commit 6788b38

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ruby.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ jobs:
5151
- run: yarn
5252
- run: bundle exec rake react:update
5353
- run: bundle exec rake ujs:update
54-
- name: Show Gemfile.lock diff
55-
if: always()
56-
run: git diff Gemfile.lock || true
5754
- run: ./check_for_uncommitted_files.sh
5855

5956
test:

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ DEPENDENCIES
274274
listen (~> 3.0.0)
275275
minitest-retry
276276
package_json
277-
pry-byebug
277+
pry-byebug (~> 3.8.0)
278278
rails (~> 7.0.7, >= 7.0.7.2)
279279
react-rails!
280280
selenium-webdriver

0 commit comments

Comments
 (0)