Skip to content

Commit

Permalink
Example repo on Alpha for Free Icons to work (#4209)
Browse files Browse the repository at this point in the history
puts example repo on alpha to allow for use of Free FA icons
  • Loading branch information
nidaqg authored Jan 31, 2025
1 parent db175e5 commit 1d42d4d
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 561 deletions.
2 changes: 1 addition & 1 deletion examples/rails-react-example/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]
# Reduces boot times through caching; required in config/boot.rb
gem "bootsnap", require: false

gem "playbook_ui", "~> 13.27.0"
gem "playbook_ui", "14.12.0.pre.alpha.testingwithfas5689"

# Use Sass to process CSS
# gem "sassc-rails"
Expand Down
12 changes: 7 additions & 5 deletions examples/rails-react-example/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,12 @@ GEM
racc (~> 1.4)
nokogiri (1.16.3-x86_64-linux)
racc (~> 1.4)
playbook_ui (13.27.0)
playbook_ui (14.12.0.pre.alpha.testingwithfas5689)
actionpack (>= 5.2.4.5)
actionview (>= 5.2.4.5)
activesupport (>= 5.2.4.5)
react-rails (= 2.6.1)
view_component (= 2.55.0)
view_component (= 2.83.0)
webpacker-react (~> 0.3.2)
psych (5.1.2)
stringio
Expand Down Expand Up @@ -239,8 +239,9 @@ GEM
railties (>= 6.0.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
view_component (2.55.0)
activesupport (>= 5.0.0, < 8.0)
view_component (2.83.0)
activesupport (>= 5.2.0, < 8.0)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
web-console (4.2.1)
actionview (>= 6.0.0)
Expand Down Expand Up @@ -268,6 +269,7 @@ GEM

PLATFORMS
arm64-darwin-23
arm64-darwin-24
x86_64-darwin-21
x86_64-linux

Expand All @@ -277,7 +279,7 @@ DEPENDENCIES
debug
importmap-rails
jbuilder
playbook_ui (~> 13.27.0)
playbook_ui (= 14.12.0.pre.alpha.testingwithfas5689)
puma (~> 5.6)
rails (~> 7.0.8)
react-rails
Expand Down
2 changes: 1 addition & 1 deletion examples/rails-react-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.0",
"@rails/webpacker": "5.4.4",
"playbook-ui": "^13.27.0",
"playbook-ui": "14.12.0-alpha.testingwithfas5689",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react_ujs": "^2.6.2",
Expand Down
Loading

0 comments on commit 1d42d4d

Please sign in to comment.