mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-12 12:50:53 +00:00
Updating some dependencies
This commit is contained in:
parent
e93588591b
commit
9c67e1fbdd
2 changed files with 6 additions and 6 deletions
2
Gemfile
2
Gemfile
|
@ -13,7 +13,7 @@ gem 'i18n-js'
|
||||||
gem 'exceptional', '~> 2.0.33'
|
gem 'exceptional', '~> 2.0.33'
|
||||||
gem 'oj', '~> 2.5.5'
|
gem 'oj', '~> 2.5.5'
|
||||||
gem 'faraday', '~> 0.9.0'
|
gem 'faraday', '~> 0.9.0'
|
||||||
gem 'nokogiri', '~> 1.6.1'
|
gem 'nokogiri', '~> 1.9.0'
|
||||||
gem 'bbcoder', '~> 1.0.1'
|
gem 'bbcoder', '~> 1.0.1'
|
||||||
gem 'sanitize', '~> 2.1.0'
|
gem 'sanitize', '~> 2.1.0'
|
||||||
gem 'carrierwave', '~> 0.10.0'
|
gem 'carrierwave', '~> 0.10.0'
|
||||||
|
|
10
Gemfile.lock
10
Gemfile.lock
|
@ -174,7 +174,7 @@ GEM
|
||||||
memoist (0.16.0)
|
memoist (0.16.0)
|
||||||
method_source (0.9.0)
|
method_source (0.9.0)
|
||||||
mime-types (1.25.1)
|
mime-types (1.25.1)
|
||||||
mini_portile2 (2.1.0)
|
mini_portile2 (2.4.0)
|
||||||
money (6.10.0)
|
money (6.10.0)
|
||||||
i18n (>= 0.6.4, < 1.0)
|
i18n (>= 0.6.4, < 1.0)
|
||||||
multi_json (1.12.2)
|
multi_json (1.12.2)
|
||||||
|
@ -188,8 +188,8 @@ GEM
|
||||||
net-ssh (>= 2.6.5)
|
net-ssh (>= 2.6.5)
|
||||||
net-ssh (4.2.0)
|
net-ssh (4.2.0)
|
||||||
newrelic_rpm (3.13.0.299)
|
newrelic_rpm (3.13.0.299)
|
||||||
nokogiri (1.6.8.1)
|
nokogiri (1.9.1)
|
||||||
mini_portile2 (~> 2.1.0)
|
mini_portile2 (~> 2.4.0)
|
||||||
oj (2.5.5)
|
oj (2.5.5)
|
||||||
os (0.9.6)
|
os (0.9.6)
|
||||||
poltergeist (1.6.0)
|
poltergeist (1.6.0)
|
||||||
|
@ -352,7 +352,7 @@ DEPENDENCIES
|
||||||
mysql2 (~> 0.3.17)
|
mysql2 (~> 0.3.17)
|
||||||
neat (~> 1.6.0)
|
neat (~> 1.6.0)
|
||||||
newrelic_rpm (~> 3.13.0.299)
|
newrelic_rpm (~> 3.13.0.299)
|
||||||
nokogiri (~> 1.6.1)
|
nokogiri (~> 1.9.0)
|
||||||
oj (~> 2.5.5)
|
oj (~> 2.5.5)
|
||||||
poltergeist (~> 1.6.0)
|
poltergeist (~> 1.6.0)
|
||||||
pry-byebug (~> 1.3.2)
|
pry-byebug (~> 1.3.2)
|
||||||
|
@ -379,4 +379,4 @@ RUBY VERSION
|
||||||
ruby 2.2.10p489
|
ruby 2.2.10p489
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.16.5
|
1.17.3
|
||||||
|
|
Loading…
Reference in a new issue