mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 01:03:35 +02:00
updated some part of gem stack
This commit is contained in:
parent
3ce6fb3a5c
commit
73637b1a28
2 changed files with 25 additions and 21 deletions
14
Gemfile
14
Gemfile
|
@ -17,25 +17,25 @@ gem 'rails-settings-cached', '~> 0.4.1' # for settings
|
||||||
|
|
||||||
# html-xml
|
# html-xml
|
||||||
gem 'haml-rails', '~> 0.9.0' # haml for views
|
gem 'haml-rails', '~> 0.9.0' # haml for views
|
||||||
gem 'nokogiri', '>= 1.6.2.2' # For XML parsing
|
gem 'nokogiri', '~> 1.6.6.2' # For XML parsing
|
||||||
|
|
||||||
# style
|
# style
|
||||||
gem 'sass-rails', '~> 5.0.1' # sass style
|
gem 'sass-rails', '~> 5.0.3' # sass style
|
||||||
gem 'bootstrap-sass', '~> 3.3.1.0' # bootstrap style
|
gem 'bootstrap-sass', '~> 3.3.4.1' # bootstrap style
|
||||||
|
|
||||||
# js
|
# js
|
||||||
gem 'uglifier', '~> 2.6.1' # minifies js
|
gem 'uglifier', '~> 2.7.1' # minifies js
|
||||||
gem 'coffee-rails', '~> 4.1.0' # coffeescript support
|
gem 'coffee-rails', '~> 4.1.0' # coffeescript support
|
||||||
gem 'turbolinks', '~> 2.5.3' # faster page load
|
gem 'turbolinks', '~> 2.5.3' # faster page load
|
||||||
gem 'jquery-rails', '~> 4.0.3' # jquery
|
gem 'jquery-rails', '~> 4.0.3' # jquery
|
||||||
gem 'selectize-rails', '~> 0.11.2' # include selectize.js for select
|
gem 'selectize-rails', '~> 0.12.1' # include selectize.js for select
|
||||||
gem 'therubyracer', '~> 0.12.2', platforms: :ruby
|
gem 'therubyracer', '~> 0.12.2', platforms: :ruby
|
||||||
gem 'jquery-validation-rails', '~> 1.13.1' # validate on client side
|
gem 'jquery-validation-rails', '~> 1.13.1' # validate on client side
|
||||||
|
|
||||||
# view helpers
|
# view helpers
|
||||||
gem 'kaminari', '~> 0.16.3' # pagination
|
gem 'kaminari', '~> 0.16.3' # pagination
|
||||||
gem 'nprogress-rails', '~> 0.1.6.5' # visual loader
|
gem 'nprogress-rails', '~> 0.1.6.7' # visual loader
|
||||||
gem 'html5_validators', '~> 1.1.3' # model requements now automatically on html form
|
gem 'html5_validators', '~> 1.2.0' # model requements now automatically on html form
|
||||||
gem 'coderay', '~> 1.1.0' # xml console visualize
|
gem 'coderay', '~> 1.1.0' # xml console visualize
|
||||||
gem 'select2-rails', '~> 3.5.9.3' # for autocomplete
|
gem 'select2-rails', '~> 3.5.9.3' # for autocomplete
|
||||||
|
|
||||||
|
|
32
Gemfile.lock
32
Gemfile.lock
|
@ -79,6 +79,9 @@ GEM
|
||||||
actionpack
|
actionpack
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
rspec
|
rspec
|
||||||
|
autoprefixer-rails (5.1.11)
|
||||||
|
execjs
|
||||||
|
json
|
||||||
axiom-types (0.1.1)
|
axiom-types (0.1.1)
|
||||||
descendants_tracker (~> 0.0.4)
|
descendants_tracker (~> 0.0.4)
|
||||||
ice_nine (~> 0.11.0)
|
ice_nine (~> 0.11.0)
|
||||||
|
@ -90,8 +93,9 @@ GEM
|
||||||
rack (>= 0.9.0)
|
rack (>= 0.9.0)
|
||||||
binding_of_caller (0.7.2)
|
binding_of_caller (0.7.2)
|
||||||
debug_inspector (>= 0.0.1)
|
debug_inspector (>= 0.0.1)
|
||||||
bootstrap-sass (3.3.1.0)
|
bootstrap-sass (3.3.4.1)
|
||||||
sass (~> 3.2)
|
autoprefixer-rails (>= 5.0.0.1)
|
||||||
|
sass (>= 3.2.19)
|
||||||
brakeman (2.6.3)
|
brakeman (2.6.3)
|
||||||
erubis (~> 2.6)
|
erubis (~> 2.6)
|
||||||
fastercsv (~> 1.5)
|
fastercsv (~> 1.5)
|
||||||
|
@ -220,7 +224,7 @@ GEM
|
||||||
hike (1.2.3)
|
hike (1.2.3)
|
||||||
hitimes (1.2.2)
|
hitimes (1.2.2)
|
||||||
hpricot (0.8.6)
|
hpricot (0.8.6)
|
||||||
html5_validators (1.1.3)
|
html5_validators (1.2.0)
|
||||||
httpclient (2.6.0.1)
|
httpclient (2.6.0.1)
|
||||||
httpi (2.4.0)
|
httpi (2.4.0)
|
||||||
rack
|
rack
|
||||||
|
@ -273,7 +277,7 @@ GEM
|
||||||
nokogiri (1.6.6.2)
|
nokogiri (1.6.6.2)
|
||||||
mini_portile (~> 0.6.0)
|
mini_portile (~> 0.6.0)
|
||||||
nori (2.5.0)
|
nori (2.5.0)
|
||||||
nprogress-rails (0.1.6.6)
|
nprogress-rails (0.1.6.7)
|
||||||
open4 (1.3.4)
|
open4 (1.3.4)
|
||||||
orm_adapter (0.5.0)
|
orm_adapter (0.5.0)
|
||||||
parser (2.2.0.3)
|
parser (2.2.0.3)
|
||||||
|
@ -392,7 +396,7 @@ GEM
|
||||||
virtus (~> 1.0)
|
virtus (~> 1.0)
|
||||||
safe_yaml (1.0.4)
|
safe_yaml (1.0.4)
|
||||||
sass (3.4.13)
|
sass (3.4.13)
|
||||||
sass-rails (5.0.1)
|
sass-rails (5.0.3)
|
||||||
railties (>= 4.0.0, < 5.0)
|
railties (>= 4.0.0, < 5.0)
|
||||||
sass (~> 3.1)
|
sass (~> 3.1)
|
||||||
sprockets (>= 2.8, < 4.0)
|
sprockets (>= 2.8, < 4.0)
|
||||||
|
@ -412,7 +416,7 @@ GEM
|
||||||
rdoc (~> 4.0)
|
rdoc (~> 4.0)
|
||||||
select2-rails (3.5.9.3)
|
select2-rails (3.5.9.3)
|
||||||
thor (~> 0.14)
|
thor (~> 0.14)
|
||||||
selectize-rails (0.11.2)
|
selectize-rails (0.12.1)
|
||||||
sexp_processor (4.5.0)
|
sexp_processor (4.5.0)
|
||||||
shoulda-matchers (2.6.2)
|
shoulda-matchers (2.6.2)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
|
@ -457,7 +461,7 @@ GEM
|
||||||
coffee-rails
|
coffee-rails
|
||||||
tzinfo (1.2.2)
|
tzinfo (1.2.2)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
uglifier (2.6.1)
|
uglifier (2.7.1)
|
||||||
execjs (>= 0.3.0)
|
execjs (>= 0.3.0)
|
||||||
json (>= 1.8.0)
|
json (>= 1.8.0)
|
||||||
unicorn (4.8.3)
|
unicorn (4.8.3)
|
||||||
|
@ -494,7 +498,7 @@ DEPENDENCIES
|
||||||
autodoc
|
autodoc
|
||||||
better_errors (~> 2.0.0)
|
better_errors (~> 2.0.0)
|
||||||
binding_of_caller (~> 0.7.2)
|
binding_of_caller (~> 0.7.2)
|
||||||
bootstrap-sass (~> 3.3.1.0)
|
bootstrap-sass (~> 3.3.4.1)
|
||||||
brakeman (~> 2.6.2)
|
brakeman (~> 2.6.2)
|
||||||
bullet (~> 4.14.4)
|
bullet (~> 4.14.4)
|
||||||
bundler-audit (~> 0.3.1)
|
bundler-audit (~> 0.3.1)
|
||||||
|
@ -520,7 +524,7 @@ DEPENDENCIES
|
||||||
haml-rails (~> 0.9.0)
|
haml-rails (~> 0.9.0)
|
||||||
hashie-forbidden_attributes (~> 0.1.1)
|
hashie-forbidden_attributes (~> 0.1.1)
|
||||||
html2haml!
|
html2haml!
|
||||||
html5_validators (~> 1.1.3)
|
html5_validators (~> 1.2.0)
|
||||||
isikukood
|
isikukood
|
||||||
iso8601 (~> 0.8.2)
|
iso8601 (~> 0.8.2)
|
||||||
jbuilder (~> 2.2.6)
|
jbuilder (~> 2.2.6)
|
||||||
|
@ -531,8 +535,8 @@ DEPENDENCIES
|
||||||
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)
|
||||||
nokogiri (>= 1.6.2.2)
|
nokogiri (~> 1.6.6.2)
|
||||||
nprogress-rails (~> 0.1.6.5)
|
nprogress-rails (~> 0.1.6.7)
|
||||||
paper_trail!
|
paper_trail!
|
||||||
pdfkit (~> 0.6.2)
|
pdfkit (~> 0.6.2)
|
||||||
pg (~> 0.18.0)
|
pg (~> 0.18.0)
|
||||||
|
@ -548,10 +552,10 @@ DEPENDENCIES
|
||||||
rspec-rails (~> 3.0.2)
|
rspec-rails (~> 3.0.2)
|
||||||
rubocop (~> 0.26.1)
|
rubocop (~> 0.26.1)
|
||||||
rubycritic (~> 1.1.1)
|
rubycritic (~> 1.1.1)
|
||||||
sass-rails (~> 5.0.1)
|
sass-rails (~> 5.0.3)
|
||||||
sdoc (~> 0.4.0)
|
sdoc (~> 0.4.0)
|
||||||
select2-rails (~> 3.5.9.3)
|
select2-rails (~> 3.5.9.3)
|
||||||
selectize-rails (~> 0.11.2)
|
selectize-rails (~> 0.12.1)
|
||||||
shoulda-matchers (~> 2.6.1)
|
shoulda-matchers (~> 2.6.1)
|
||||||
simplecov (~> 0.9.1)
|
simplecov (~> 0.9.1)
|
||||||
simpleidn (~> 0.0.5)
|
simpleidn (~> 0.0.5)
|
||||||
|
@ -560,7 +564,7 @@ DEPENDENCIES
|
||||||
therubyracer (~> 0.12.2)
|
therubyracer (~> 0.12.2)
|
||||||
traceroute (~> 0.4.0)
|
traceroute (~> 0.4.0)
|
||||||
turbolinks (~> 2.5.3)
|
turbolinks (~> 2.5.3)
|
||||||
uglifier (~> 2.6.1)
|
uglifier (~> 2.7.1)
|
||||||
unicorn
|
unicorn
|
||||||
uuidtools (~> 2.1.4)
|
uuidtools (~> 2.1.4)
|
||||||
whenever (~> 0.9.4)
|
whenever (~> 0.9.4)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue