Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should have a Gemfile.lock committed. Trim out glimmer-libui dependency #368

Merged
merged 1 commit into from
Aug 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
/pkg/
/spec/reports/
/tmp/
Gemfile.lock
scarpe_results.txt
**/.DS_Store
logger/*.log
Expand Down
111 changes: 111 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
PATH
remote: .
specs:
scarpe (0.2.1)
bloops (~> 0.5)
fastimage
lacci
logging (~> 2.3.1)
nokogiri
scarpe-components
sqlite3
webview_ruby (~> 0.1.1)

PATH
remote: lacci
specs:
lacci (0.2.1)

PATH
remote: scarpe-components
specs:
scarpe-components (0.2.1)

GEM
remote: https://rubygems.org/
specs:
ansi (1.5.0)
ast (2.4.2)
bloops (0.5)
builder (3.2.4)
debug (1.8.0)
irb (>= 1.5.0)
reline (>= 0.3.1)
fastimage (2.2.7)
ffi (1.15.5)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
io-console (0.6.0)
irb (1.6.4)
reline (>= 0.3.0)
json (2.6.3)
little-plugger (1.1.4)
logging (2.3.1)
little-plugger (~> 1.1)
multi_json (~> 1.14)
minitest (5.18.0)
minitest-reporters (1.6.0)
ansi
builder
minitest (>= 5.0)
ruby-progressbar
multi_json (1.15.0)
nokogiri (1.15.2-x86_64-darwin)
racc (~> 1.4)
parallel (1.22.1)
parser (3.2.1.0)
ast (~> 2.4.1)
racc (1.7.1)
rainbow (3.1.1)
rake (13.0.6)
redcarpet (3.6.0)
regexp_parser (2.7.0)
reline (0.3.4)
io-console (~> 0.5)
rexml (3.2.5)
rubocop (1.46.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.2.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.26.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.26.0)
parser (>= 3.2.1.0)
rubocop-shopify (2.12.0)
rubocop (~> 1.44)
ruby-progressbar (1.11.0)
sqlite3 (1.6.3-x86_64-darwin)
unicode-display_width (2.4.2)
webrick (1.7.0)
webview_ruby (0.1.2)
ffi
ffi-compiler
rake
yard (0.9.28)
webrick (~> 1.7.0)

PLATFORMS
x86_64-darwin-19
x86_64-darwin-22

DEPENDENCIES
bloops (~> 0.5)
debug
lacci!
minitest (~> 5.0)
minitest-reporters
rake (~> 13.0)
redcarpet
rubocop (~> 1.21)
rubocop-shopify
scarpe!
scarpe-components!
yard

BUNDLED WITH
2.4.10
1 change: 0 additions & 1 deletion scarpe.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "fastimage"
spec.add_dependency "glimmer-dsl-libui"
spec.add_dependency "nokogiri"
spec.add_dependency "sqlite3"

Expand Down