mirror of
https://github.com/internetee/registry.git
synced 2025-06-13 16:14:47 +02:00
Merge pull request #1045 from internetee/update-rails-to-4-2-11
Update Rails to 4.2.11
This commit is contained in:
commit
b03ced07d3
2 changed files with 35 additions and 35 deletions
2
Gemfile
2
Gemfile
|
@ -11,7 +11,7 @@ source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'SyslogLogger', '2.0', require: 'syslog/logger'
|
gem 'SyslogLogger', '2.0', require: 'syslog/logger'
|
||||||
gem 'iso8601', '0.8.6' # for dates and times
|
gem 'iso8601', '0.8.6' # for dates and times
|
||||||
gem 'rails', '4.2.10' # when update, all initializers eis_custom files needs check/update
|
gem 'rails', '4.2.11' # when update, all initializers eis_custom files needs check/update
|
||||||
gem 'rest-client'
|
gem 'rest-client'
|
||||||
gem 'uglifier'
|
gem 'uglifier'
|
||||||
|
|
||||||
|
|
68
Gemfile.lock
68
Gemfile.lock
|
@ -60,21 +60,21 @@ GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
SyslogLogger (2.0)
|
SyslogLogger (2.0)
|
||||||
actionmailer (4.2.10)
|
actionmailer (4.2.11)
|
||||||
actionpack (= 4.2.10)
|
actionpack (= 4.2.11)
|
||||||
actionview (= 4.2.10)
|
actionview (= 4.2.11)
|
||||||
activejob (= 4.2.10)
|
activejob (= 4.2.11)
|
||||||
mail (~> 2.5, >= 2.5.4)
|
mail (~> 2.5, >= 2.5.4)
|
||||||
rails-dom-testing (~> 1.0, >= 1.0.5)
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
||||||
actionpack (4.2.10)
|
actionpack (4.2.11)
|
||||||
actionview (= 4.2.10)
|
actionview (= 4.2.11)
|
||||||
activesupport (= 4.2.10)
|
activesupport (= 4.2.11)
|
||||||
rack (~> 1.6)
|
rack (~> 1.6)
|
||||||
rack-test (~> 0.6.2)
|
rack-test (~> 0.6.2)
|
||||||
rails-dom-testing (~> 1.0, >= 1.0.5)
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
||||||
actionview (4.2.10)
|
actionview (4.2.11)
|
||||||
activesupport (= 4.2.10)
|
activesupport (= 4.2.11)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubis (~> 2.7.0)
|
erubis (~> 2.7.0)
|
||||||
rails-dom-testing (~> 1.0, >= 1.0.5)
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
||||||
|
@ -82,19 +82,19 @@ GEM
|
||||||
active_model-errors_details (1.3.1)
|
active_model-errors_details (1.3.1)
|
||||||
activemodel (>= 3.2.13, < 5.0.0)
|
activemodel (>= 3.2.13, < 5.0.0)
|
||||||
activesupport
|
activesupport
|
||||||
activejob (4.2.10)
|
activejob (4.2.11)
|
||||||
activesupport (= 4.2.10)
|
activesupport (= 4.2.11)
|
||||||
globalid (>= 0.3.0)
|
globalid (>= 0.3.0)
|
||||||
activemodel (4.2.10)
|
activemodel (4.2.11)
|
||||||
activesupport (= 4.2.10)
|
activesupport (= 4.2.11)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
activerecord (4.2.10)
|
activerecord (4.2.11)
|
||||||
activemodel (= 4.2.10)
|
activemodel (= 4.2.11)
|
||||||
activesupport (= 4.2.10)
|
activesupport (= 4.2.11)
|
||||||
arel (~> 6.0)
|
arel (~> 6.0)
|
||||||
activerecord-import (0.7.0)
|
activerecord-import (0.7.0)
|
||||||
activerecord (>= 3.0)
|
activerecord (>= 3.0)
|
||||||
activesupport (4.2.10)
|
activesupport (4.2.11)
|
||||||
i18n (~> 0.7)
|
i18n (~> 0.7)
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
thread_safe (~> 0.3, >= 0.3.4)
|
thread_safe (~> 0.3, >= 0.3.4)
|
||||||
|
@ -147,7 +147,7 @@ GEM
|
||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.12.2)
|
coffee-script-source (1.12.2)
|
||||||
concurrent-ruby (1.0.5)
|
concurrent-ruby (1.1.3)
|
||||||
countries (2.0.8)
|
countries (2.0.8)
|
||||||
i18n_data (~> 0.7.0)
|
i18n_data (~> 0.7.0)
|
||||||
money (~> 6.7)
|
money (~> 6.7)
|
||||||
|
@ -241,7 +241,7 @@ GEM
|
||||||
loofah (2.2.3)
|
loofah (2.2.3)
|
||||||
crass (~> 1.0.2)
|
crass (~> 1.0.2)
|
||||||
nokogiri (>= 1.5.9)
|
nokogiri (>= 1.5.9)
|
||||||
mail (2.7.0)
|
mail (2.7.1)
|
||||||
mini_mime (>= 0.1.1)
|
mini_mime (>= 0.1.1)
|
||||||
method_source (0.8.2)
|
method_source (0.8.2)
|
||||||
mime-types (3.1)
|
mime-types (3.1)
|
||||||
|
@ -250,7 +250,7 @@ GEM
|
||||||
mina (0.3.1)
|
mina (0.3.1)
|
||||||
open4 (~> 1.3.4)
|
open4 (~> 1.3.4)
|
||||||
rake
|
rake
|
||||||
mini_mime (1.0.0)
|
mini_mime (1.0.1)
|
||||||
mini_portile2 (2.3.0)
|
mini_portile2 (2.3.0)
|
||||||
minitest (5.11.3)
|
minitest (5.11.3)
|
||||||
monetize (1.9.0)
|
monetize (1.9.0)
|
||||||
|
@ -295,16 +295,16 @@ GEM
|
||||||
rack-test (0.6.3)
|
rack-test (0.6.3)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
railroady (1.3.0)
|
railroady (1.3.0)
|
||||||
rails (4.2.10)
|
rails (4.2.11)
|
||||||
actionmailer (= 4.2.10)
|
actionmailer (= 4.2.11)
|
||||||
actionpack (= 4.2.10)
|
actionpack (= 4.2.11)
|
||||||
actionview (= 4.2.10)
|
actionview (= 4.2.11)
|
||||||
activejob (= 4.2.10)
|
activejob (= 4.2.11)
|
||||||
activemodel (= 4.2.10)
|
activemodel (= 4.2.11)
|
||||||
activerecord (= 4.2.10)
|
activerecord (= 4.2.11)
|
||||||
activesupport (= 4.2.10)
|
activesupport (= 4.2.11)
|
||||||
bundler (>= 1.3.0, < 2.0)
|
bundler (>= 1.3.0, < 2.0)
|
||||||
railties (= 4.2.10)
|
railties (= 4.2.11)
|
||||||
sprockets-rails
|
sprockets-rails
|
||||||
rails-deprecated_sanitizer (1.0.3)
|
rails-deprecated_sanitizer (1.0.3)
|
||||||
activesupport (>= 4.2.0.alpha)
|
activesupport (>= 4.2.0.alpha)
|
||||||
|
@ -316,9 +316,9 @@ GEM
|
||||||
loofah (~> 2.2, >= 2.2.2)
|
loofah (~> 2.2, >= 2.2.2)
|
||||||
rails-settings-cached (0.4.1)
|
rails-settings-cached (0.4.1)
|
||||||
rails (>= 4.0.0)
|
rails (>= 4.0.0)
|
||||||
railties (4.2.10)
|
railties (4.2.11)
|
||||||
actionpack (= 4.2.10)
|
actionpack (= 4.2.11)
|
||||||
activesupport (= 4.2.10)
|
activesupport (= 4.2.11)
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.18.1, < 2.0)
|
thor (>= 0.18.1, < 2.0)
|
||||||
rake (12.3.1)
|
rake (12.3.1)
|
||||||
|
@ -407,7 +407,7 @@ GEM
|
||||||
actionpack (>= 4.0)
|
actionpack (>= 4.0)
|
||||||
activesupport (>= 4.0)
|
activesupport (>= 4.0)
|
||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
thor (0.20.0)
|
thor (0.20.3)
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
tilt (1.4.1)
|
tilt (1.4.1)
|
||||||
tzinfo (1.2.5)
|
tzinfo (1.2.5)
|
||||||
|
@ -489,7 +489,7 @@ DEPENDENCIES
|
||||||
que-web (= 0.4.0)
|
que-web (= 0.4.0)
|
||||||
que_mailer!
|
que_mailer!
|
||||||
railroady (= 1.3.0)
|
railroady (= 1.3.0)
|
||||||
rails (= 4.2.10)
|
rails (= 4.2.11)
|
||||||
rails-settings-cached (= 0.4.1)
|
rails-settings-cached (= 0.4.1)
|
||||||
ransack (= 1.5.1)
|
ransack (= 1.5.1)
|
||||||
rest-client
|
rest-client
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue