Skip to content

Commit

Permalink
Bundled
Browse files Browse the repository at this point in the history
  • Loading branch information
gryphon committed Feb 28, 2024
1 parent 11fd592 commit a19dc28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# Specify your gem's dependencies in custom_table.gemspec.
gemspec

gem "sqlite3"

gem "sprockets-rails"
gem "rails", ">= 7.0.0"

# Start debugger with binding.b [https://github.com/ruby/debug]
# gem "debug", ">= 1.0.0"
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ GEM
nio4r (2.5.9)
nokogiri (1.15.0-aarch64-linux)
racc (~> 1.4)
nokogiri (1.15.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.0-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
Expand Down Expand Up @@ -256,8 +258,6 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.6.3-aarch64-linux)
sqlite3 (1.6.3-x86_64-linux)
temple (0.9.1)
thor (1.2.2)
tilt (2.0.11)
Expand All @@ -279,18 +279,18 @@ GEM

PLATFORMS
aarch64-linux
arm64-darwin-22
x86_64-linux

DEPENDENCIES
capybara
custom_table!
database_cleaner-active_record
factory_bot_rails
rails (>= 7.0.0)
roo
rspec-rails
sassc-rails
sprockets-rails
sqlite3

BUNDLED WITH
2.3.26

0 comments on commit a19dc28

Please sign in to comment.