Update Gemfile to include qtbindings.
This commit is contained in:
parent
effe74f299
commit
2f1c58fa67
2 changed files with 5 additions and 2 deletions
3
Gemfile
3
Gemfile
|
@ -1,4 +1,5 @@
|
||||||
|
|
||||||
source :rubygems
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "rdebug"
|
gem "rdebug"
|
||||||
|
gem "qtbindings"
|
||||||
|
|
|
@ -1,10 +1,12 @@
|
||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
qtbindings (4.8.3.0)
|
||||||
rdebug (0.1)
|
rdebug (0.1)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
|
qtbindings
|
||||||
rdebug
|
rdebug
|
||||||
|
|
Loading…
Reference in a new issue