mirror of
https://github.com/internetee/registry.git
synced 2025-05-20 19:29:39 +02:00
Update gems
This commit is contained in:
parent
859ec8c5ed
commit
c33750a6c5
2 changed files with 7 additions and 6 deletions
4
Gemfile
4
Gemfile
|
@ -35,7 +35,7 @@ gem 'selectize-rails', '~> 0.11.2' # include selectize.js for select
|
|||
gem 'therubyracer', platforms: :ruby
|
||||
|
||||
# view helpers
|
||||
gem 'kaminari', '~> 0.16.1' # pagination
|
||||
gem 'kaminari', '~> 0.16.3' # pagination
|
||||
gem 'nprogress-rails', '~> 0.1.6.5' # visual loader
|
||||
|
||||
# rights
|
||||
|
@ -67,7 +67,7 @@ gem 'deep_cloneable', '~> 2.1.1'
|
|||
gem 'digidoc_client', '~> 0.2.1'
|
||||
|
||||
# epp + repp client
|
||||
gem 'depp', github: 'domify/depp', ref: '2d0fca4fe610112e855535cde714d5ebed2fe7ae'
|
||||
gem 'depp', github: 'domify/depp', ref: '5648444cd69b8d2a2692f10d196acaca352c9ac5'
|
||||
# gem 'depp', path: '~/projects/depp'
|
||||
gem 'epp', '~> 1.4.2', github: 'gitlabeu/epp'
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ GIT
|
|||
|
||||
GIT
|
||||
remote: git://github.com/domify/depp.git
|
||||
revision: 2d0fca4fe610112e855535cde714d5ebed2fe7ae
|
||||
ref: 2d0fca4fe610112e855535cde714d5ebed2fe7ae
|
||||
revision: 5648444cd69b8d2a2692f10d196acaca352c9ac5
|
||||
ref: 5648444cd69b8d2a2692f10d196acaca352c9ac5
|
||||
specs:
|
||||
depp (0.0.2)
|
||||
coderay (>= 1.1.0)
|
||||
|
@ -21,6 +21,7 @@ GIT
|
|||
figaro (>= 1.1.0)
|
||||
haml-rails (>= 0.9.0)
|
||||
jquery-rails (>= 4.0.3)
|
||||
kaminari (~> 0.16.3)
|
||||
nokogiri (>= 1.6.6.2)
|
||||
rails (>= 4.2.1)
|
||||
sass-rails (>= 5.0.0)
|
||||
|
@ -261,7 +262,7 @@ GEM
|
|||
railties (>= 4.2.0)
|
||||
thor (>= 0.14, < 2.0)
|
||||
json (1.8.2)
|
||||
kaminari (0.16.2)
|
||||
kaminari (0.16.3)
|
||||
actionpack (>= 3.0.0)
|
||||
activesupport (>= 3.0.0)
|
||||
kgio (2.9.3)
|
||||
|
@ -543,7 +544,7 @@ DEPENDENCIES
|
|||
iso8601 (~> 0.8.2)
|
||||
jbuilder (~> 2.2.6)
|
||||
jquery-rails (~> 4.0.3)
|
||||
kaminari (~> 0.16.1)
|
||||
kaminari (~> 0.16.3)
|
||||
launchy (~> 2.4.3)
|
||||
mina (~> 0.3.1)
|
||||
newrelic_rpm (~> 3.9.9.275)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue