Skip to content

Commit

Permalink
try specifying glib2 and gdk_pixbuf
Browse files Browse the repository at this point in the history
  • Loading branch information
andymeneely committed Jan 12, 2025
1 parent bf1e404 commit 789ecc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ jobs:
# bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- run: ruby --version # explicitly show the ruby version
- run: apt-get install -V -y libglib2.0-dev
- run: bundle install
- run: bundle exec rake
4 changes: 3 additions & 1 deletion squib.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(/^(spec|samples|docs|benchmarks)\//)
spec.require_paths = ['lib']

spec.add_runtime_dependency 'cairo', '~> 1.17', '>= 1.17.8' # https://rubygems.org/gems/cairo/
spec.add_runtime_dependency 'cairo', '~> 1.17', '>= 1.17.14' # https://rubygems.org/gems/cairo/
spec.add_runtime_dependency 'classy_hash', '1.0.0' # https://rubygems.org/gems/classy_hash
spec.add_runtime_dependency 'glib2', '~> 4.2' # https://rubygems.org/gems/glib2
spec.add_runtime_dependency 'gdk_pixbuf2', '~> 4.2' # https://rubygems.org/gems/gdk_pixbuf2
spec.add_runtime_dependency 'gio2', '~> 4.2' # https://rubygems.org/gems/gio2
spec.add_runtime_dependency 'gobject-introspection', '~> 4.2' # https://rubygems.org/gems/gobject-introspection
spec.add_runtime_dependency 'highline', '2.1.0' # https://rubygems.org/gems/highline
Expand Down

0 comments on commit 789ecc8

Please sign in to comment.