Skip to content

Commit

Permalink
add rbui
Browse files Browse the repository at this point in the history
  • Loading branch information
SethHorsley committed Oct 16, 2024
1 parent 0003c6c commit 2836b9b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gem "jbuilder"
# gem "bcrypt", "~> 3.1.7"

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: %i[ windows jruby ]
gem "tzinfo-data", platforms: %i[windows jruby]

# Use the database-backed adapters for Rails.cache, Active Job, and Action Cable
gem "solid_cache"
Expand All @@ -42,7 +42,7 @@ gem "thruster", require: false

group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "debug", platforms: %i[ mri windows ], require: "debug/prelude"
gem "debug", platforms: %i[mri windows], require: "debug/prelude"

# Static analysis for security vulnerabilities [https://brakemanscanner.org/]
gem "brakeman", require: false
Expand All @@ -63,3 +63,4 @@ group :test do
end

gem "tailwindcss-rails", "~> 3.0"
gem "rbui", github: "rbui-labs/rbui", branch: "main"
16 changes: 16 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,16 @@ GIT
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)

GIT
remote: https://github.com/rbui-labs/rbui.git
revision: 3da64fbb63a3de0174fbc37a809d930a76dcfce7
branch: main
specs:
rbui (1.0.0.pre.alpha.3)
phlex (~> 1.10)
rouge (~> 4.2.0)
tailwind_merge (>= 0.12)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -172,6 +182,7 @@ GEM
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
lru_redux (1.1.0)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
Expand Down Expand Up @@ -214,6 +225,7 @@ GEM
parser (3.3.5.0)
ast (~> 2.4.1)
racc
phlex (1.11.0)
propshaft (1.1.0)
actionpack (>= 7.0.0)
activesupport (>= 7.0.0)
Expand Down Expand Up @@ -249,6 +261,7 @@ GEM
reline (0.5.10)
io-console (~> 0.5)
rexml (3.3.8)
rouge (4.2.1)
rubocop (1.67.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand Down Expand Up @@ -321,6 +334,8 @@ GEM
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stringio (3.1.1)
tailwind_merge (0.13.1)
lru_redux (~> 1.1)
tailwindcss-rails (3.0.0)
railties (>= 7.0.0)
tailwindcss-ruby
Expand Down Expand Up @@ -386,6 +401,7 @@ DEPENDENCIES
propshaft
puma (>= 5.0)
rails!
rbui!
rubocop-rails-omakase
selenium-webdriver
solid_cable
Expand Down

0 comments on commit 2836b9b

Please sign in to comment.