Update Gemfile to include qtbindings.

This commit is contained in:
Glenn Y. Rolland 2013-06-21 14:24:40 +02:00
parent effe74f299
commit 2f1c58fa67
2 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,5 @@
source :rubygems
source "https://rubygems.org"
gem "rdebug"
gem "qtbindings"

View file

@ -1,10 +1,12 @@
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
qtbindings (4.8.3.0)
rdebug (0.1)
PLATFORMS
ruby
DEPENDENCIES
qtbindings
rdebug