Skip to content

Commit 1d42d4d

Browse files
authored
Example repo on Alpha for Free Icons to work (#4209)
puts example repo on alpha to allow for use of Free FA icons
1 parent db175e5 commit 1d42d4d

File tree

4 files changed

+37
-561
lines changed

4 files changed

+37
-561
lines changed

examples/rails-react-example/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]
4848
# Reduces boot times through caching; required in config/boot.rb
4949
gem "bootsnap", require: false
5050

51-
gem "playbook_ui", "~> 13.27.0"
51+
gem "playbook_ui", "14.12.0.pre.alpha.testingwithfas5689"
5252

5353
# Use Sass to process CSS
5454
# gem "sassc-rails"

examples/rails-react-example/Gemfile.lock

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,12 @@ GEM
141141
racc (~> 1.4)
142142
nokogiri (1.16.3-x86_64-linux)
143143
racc (~> 1.4)
144-
playbook_ui (13.27.0)
144+
playbook_ui (14.12.0.pre.alpha.testingwithfas5689)
145145
actionpack (>= 5.2.4.5)
146146
actionview (>= 5.2.4.5)
147147
activesupport (>= 5.2.4.5)
148148
react-rails (= 2.6.1)
149-
view_component (= 2.55.0)
149+
view_component (= 2.83.0)
150150
webpacker-react (~> 0.3.2)
151151
psych (5.1.2)
152152
stringio
@@ -239,8 +239,9 @@ GEM
239239
railties (>= 6.0.0)
240240
tzinfo (2.0.6)
241241
concurrent-ruby (~> 1.0)
242-
view_component (2.55.0)
243-
activesupport (>= 5.0.0, < 8.0)
242+
view_component (2.83.0)
243+
activesupport (>= 5.2.0, < 8.0)
244+
concurrent-ruby (~> 1.0)
244245
method_source (~> 1.0)
245246
web-console (4.2.1)
246247
actionview (>= 6.0.0)
@@ -268,6 +269,7 @@ GEM
268269

269270
PLATFORMS
270271
arm64-darwin-23
272+
arm64-darwin-24
271273
x86_64-darwin-21
272274
x86_64-linux
273275

@@ -277,7 +279,7 @@ DEPENDENCIES
277279
debug
278280
importmap-rails
279281
jbuilder
280-
playbook_ui (~> 13.27.0)
282+
playbook_ui (= 14.12.0.pre.alpha.testingwithfas5689)
281283
puma (~> 5.6)
282284
rails (~> 7.0.8)
283285
react-rails

examples/rails-react-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": {
33
"@fortawesome/fontawesome-free": "^6.2.0",
44
"@rails/webpacker": "5.4.4",
5-
"playbook-ui": "^13.27.0",
5+
"playbook-ui": "14.12.0-alpha.testingwithfas5689",
66
"react": "^18.2.0",
77
"react-dom": "^18.2.0",
88
"react_ujs": "^2.6.2",

0 commit comments

Comments
 (0)