Skip to content

Commit 1b4afb2

Browse files
Add React on Rails Pro license file to .gitignore and Gemfile.lock
1 parent 25ae366 commit 1b4afb2

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,3 @@ ssr-generated
7575

7676
# Claude Code local settings
7777
.claude/settings.local.json
78-
79-
# React on Rails Pro license file
80-
config/react_on_rails_pro_license.key
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# React on Rails Pro license file
2+
config/react_on_rails_pro_license.key

react_on_rails_pro/spec/execjs-compatible-dummy/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,6 @@ yarn-debug.log*
4444
# Ignore log files generated by profiling server-side rendering node code
4545
isolate-0x*.log
4646
v8_profiles/
47+
48+
# React on Rails Pro license file
49+
config/react_on_rails_pro_license.key

react_on_rails_pro/spec/execjs-compatible-dummy/Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ PATH
1717
connection_pool
1818
execjs (~> 2.9)
1919
httpx (~> 1.5)
20+
jwt (~> 2.7)
2021
rainbow
2122
react_on_rails (>= 16.0.0)
2223

@@ -138,6 +139,8 @@ GEM
138139
jbuilder (2.12.0)
139140
actionview (>= 5.0.0)
140141
activesupport (>= 5.0.0)
142+
jwt (2.10.2)
143+
base64
141144
logger (1.6.6)
142145
loofah (2.24.0)
143146
crass (~> 1.0.2)

0 commit comments

Comments
 (0)