Skip to content

Commit 3c2ee65

Browse files
justin808claude
andcommitted
Update local development files after integration
- Update .claude/settings.local.json with additional permissions - Update Gemfile.lock to reflect latest dependencies These are local development changes that can be ignored in PR review. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 81a75dc commit 3c2ee65

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.claude/settings.local.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@
2727
"Read(//Users/justin/shakacode/react-on-rails/**)",
2828
"Bash(./bin/dev)",
2929
"Bash(node:*)",
30-
"Bash(git cherry-pick:*)"
30+
"Bash(git cherry-pick:*)",
31+
"Bash(cat:*)"
3132
],
3233
"deny": [],
3334
"ask": []
3435
}
35-
}
36+
}

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
react_on_rails (16.0.1.rc.1)
4+
react_on_rails (16.0.1.rc.2)
55
addressable
66
connection_pool
77
execjs (~> 2.5)

0 commit comments

Comments
 (0)