Update gems

This commit is contained in:
Martin Lensment 2015-03-30 13:43:39 +03:00
parent 859ec8c5ed
commit c33750a6c5
2 changed files with 7 additions and 6 deletions

View file

@ -35,7 +35,7 @@ gem 'selectize-rails', '~> 0.11.2' # include selectize.js for select
gem 'therubyracer', platforms: :ruby gem 'therubyracer', platforms: :ruby
# view helpers # view helpers
gem 'kaminari', '~> 0.16.1' # pagination gem 'kaminari', '~> 0.16.3' # pagination
gem 'nprogress-rails', '~> 0.1.6.5' # visual loader gem 'nprogress-rails', '~> 0.1.6.5' # visual loader
# rights # rights
@ -67,7 +67,7 @@ gem 'deep_cloneable', '~> 2.1.1'
gem 'digidoc_client', '~> 0.2.1' gem 'digidoc_client', '~> 0.2.1'
# epp + repp client # epp + repp client
gem 'depp', github: 'domify/depp', ref: '2d0fca4fe610112e855535cde714d5ebed2fe7ae' gem 'depp', github: 'domify/depp', ref: '5648444cd69b8d2a2692f10d196acaca352c9ac5'
# gem 'depp', path: '~/projects/depp' # gem 'depp', path: '~/projects/depp'
gem 'epp', '~> 1.4.2', github: 'gitlabeu/epp' gem 'epp', '~> 1.4.2', github: 'gitlabeu/epp'

View file

@ -10,8 +10,8 @@ GIT
GIT GIT
remote: git://github.com/domify/depp.git remote: git://github.com/domify/depp.git
revision: 2d0fca4fe610112e855535cde714d5ebed2fe7ae revision: 5648444cd69b8d2a2692f10d196acaca352c9ac5
ref: 2d0fca4fe610112e855535cde714d5ebed2fe7ae ref: 5648444cd69b8d2a2692f10d196acaca352c9ac5
specs: specs:
depp (0.0.2) depp (0.0.2)
coderay (>= 1.1.0) coderay (>= 1.1.0)
@ -21,6 +21,7 @@ GIT
figaro (>= 1.1.0) figaro (>= 1.1.0)
haml-rails (>= 0.9.0) haml-rails (>= 0.9.0)
jquery-rails (>= 4.0.3) jquery-rails (>= 4.0.3)
kaminari (~> 0.16.3)
nokogiri (>= 1.6.6.2) nokogiri (>= 1.6.6.2)
rails (>= 4.2.1) rails (>= 4.2.1)
sass-rails (>= 5.0.0) sass-rails (>= 5.0.0)
@ -261,7 +262,7 @@ GEM
railties (>= 4.2.0) railties (>= 4.2.0)
thor (>= 0.14, < 2.0) thor (>= 0.14, < 2.0)
json (1.8.2) json (1.8.2)
kaminari (0.16.2) kaminari (0.16.3)
actionpack (>= 3.0.0) actionpack (>= 3.0.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
kgio (2.9.3) kgio (2.9.3)
@ -543,7 +544,7 @@ DEPENDENCIES
iso8601 (~> 0.8.2) iso8601 (~> 0.8.2)
jbuilder (~> 2.2.6) jbuilder (~> 2.2.6)
jquery-rails (~> 4.0.3) jquery-rails (~> 4.0.3)
kaminari (~> 0.16.1) kaminari (~> 0.16.3)
launchy (~> 2.4.3) launchy (~> 2.4.3)
mina (~> 0.3.1) mina (~> 0.3.1)
newrelic_rpm (~> 3.9.9.275) newrelic_rpm (~> 3.9.9.275)