Correct the ruby-qx gem
This commit is contained in:
parent
ffa0a3c516
commit
c326e3571e
2 changed files with 9 additions and 9 deletions
2
Gemfile
2
Gemfile
|
@ -42,7 +42,7 @@ gem 'font_assets'
|
|||
|
||||
# Database (postgres)
|
||||
gem 'pg' # Postgresql
|
||||
gem 'qx', git: 'https://github.com/ericschultz/ruby-qx.git'
|
||||
gem 'qx', git: 'https://github.com/commitchange/ruby-qx.git'
|
||||
gem 'dalli'
|
||||
gem 'memcachier'
|
||||
|
||||
|
|
16
Gemfile.lock
16
Gemfile.lock
|
@ -5,6 +5,14 @@ GIT
|
|||
param_validation (0.0.2)
|
||||
chronic
|
||||
|
||||
GIT
|
||||
remote: https://github.com/commitchange/ruby-qx.git
|
||||
revision: 3c7fbb9c844e3ea86c9faea204058aa76e5ea35d
|
||||
specs:
|
||||
qx (0.1.1)
|
||||
activerecord (>= 3.0)
|
||||
colorize (~> 0.8)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/commitchange/stripe-ruby-mock.git
|
||||
revision: ee4471a8f654672d5596218c2b68a2913ea3f4cc
|
||||
|
@ -24,14 +32,6 @@ GIT
|
|||
grape (> 0.7)
|
||||
rails (> 3.2, < 5)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/ericschultz/ruby-qx.git
|
||||
revision: 179467cd4a8c791beb36428975c287acc11b98b2
|
||||
specs:
|
||||
qx (0.1.1)
|
||||
activerecord (>= 3.0)
|
||||
colorize (~> 0.8)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/ruby-grape/grape-entity.git
|
||||
revision: 0e04aa561373b510c2486282979085eaef2ae663
|
||||
|
|
Loading…
Reference in a new issue