Clean Gemfile.
This commit is contained in:
parent
d52a0011bf
commit
336d91204d
2 changed files with 9 additions and 8 deletions
2
Gemfile
2
Gemfile
|
@ -4,6 +4,4 @@ source 'https://rubygems.org'
|
|||
gemspec
|
||||
|
||||
#gem "rdebug"
|
||||
#gem "qtbindings"
|
||||
#gem "qtbindings", "~> 4.8.3.0"
|
||||
#gem "thor"
|
||||
|
|
15
Gemfile.lock
15
Gemfile.lock
|
@ -1,14 +1,17 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
qasim (0.1.12)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
qtbindings (4.8.3.0)
|
||||
rdebug (0.1)
|
||||
thor (0.18.1)
|
||||
rake (10.3.2)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
qtbindings
|
||||
rdebug
|
||||
thor
|
||||
bundler (~> 1.5)
|
||||
qasim!
|
||||
rake
|
||||
|
|
Loading…
Reference in a new issue