Skip to content

Commit

Permalink
updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradpotts committed Mar 15, 2017
1 parent bf40e4f commit 34a7f8b
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
40 changes: 20 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
mtwarden (3.6.2)
bcrypt (~> 3.1, >= 3.1.10)
mtwarden (4.0.0)
bcrypt (~> 3.1, >= 3.1.11)
bootstrap-sass (~> 3.3, >= 3.3.7)
braintree (~> 2.72)
carrierwave (~> 1.0)
Expand All @@ -15,18 +15,18 @@ PATH
jquery-rails (~> 4.2, >= 4.2.2)
jquery-ui-rails (~> 6.0, >= 6.0.1)
multi_json (~> 1.12, >= 1.12.1)
oj (~> 2.18, >= 2.18.2)
oj (~> 2.18, >= 2.18.3)
paper_trail (~> 6.0, >= 6.0.2)
pg (~> 0.19.0)
phcadmin3 (~> 1.7, >= 1.7.2)
phcnotifi (~> 3.9, >= 3.9.1)
phctitleseo (~> 4.3, >= 4.3.1)
pg (~> 0.20.0)
phcadmin3 (~> 2.0)
phcnotifi (~> 4.0)
phctitleseo (~> 5.0)
rabl (~> 0.13.1)
rails (~> 5.0, >= 5.0.2)
responders (~> 2.3)
sass-rails (~> 5.0, >= 5.0.6)
tinymce-rails (~> 4.5, >= 4.5.5)
warden (~> 1.2, >= 1.2.5)
warden (~> 1.2, >= 1.2.7)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -71,7 +71,7 @@ GEM
addressable (2.5.0)
public_suffix (~> 2.0, >= 2.0.2)
arel (7.1.4)
autoprefixer-rails (6.7.6)
autoprefixer-rails (6.7.7)
execjs
aws_cf_signer (0.1.3)
bcrypt (3.1.11)
Expand Down Expand Up @@ -163,43 +163,43 @@ GEM
nio4r (2.0.0)
nokogiri (1.7.0.1)
mini_portile2 (~> 2.1.0)
oj (2.18.2)
oj (2.18.3)
paper_trail (6.0.2)
activerecord (>= 4.0, < 5.2)
request_store (~> 1.1)
pg (0.19.0)
phcadmin3 (1.7.2)
pg (0.20.0)
phcadmin3 (2.0.0)
bootstrap-sass (~> 3.3, >= 3.3.7)
country_select (~> 3.0)
font-awesome-rails (~> 4.7, >= 4.7.0.1)
gravtastic (~> 3.2, >= 3.2.6)
jquery-rails (~> 4.2, >= 4.2.2)
jquery-ui-rails (~> 6.0, >= 6.0.1)
paper_trail (~> 6.0, >= 6.0.2)
pg (~> 0.19.0)
pg (~> 0.20.0)
rails (~> 5.0, >= 5.0.2)
sass-rails (~> 5.0, >= 5.0.6)
tinymce-rails (~> 4.5, >= 4.5.5)
phcnotifi (3.9.1)
phcnotifi (4.0.0)
bootstrap-sass (~> 3.3, >= 3.3.7)
country_select (~> 3.0)
font-awesome-rails (~> 4.7, >= 4.7.0.1)
gravtastic (~> 3.2, >= 3.2.6)
jquery-rails (~> 4.2, >= 4.2.2)
jquery-ui-rails (~> 6.0, >= 6.0.1)
paper_trail (~> 6.0, >= 6.0.2)
pg (~> 0.19.0)
pg (~> 0.20.0)
rails (~> 5.0, >= 5.0.2)
sass-rails (~> 5.0, >= 5.0.6)
phctitleseo (4.3.1)
phctitleseo (5.0.0)
bootstrap-sass (~> 3.3, >= 3.3.7)
country_select (~> 3.0)
font-awesome-rails (~> 4.7, >= 4.7.0.1)
gravtastic (~> 3.2, >= 3.2.6)
jquery-rails (~> 4.2, >= 4.2.2)
jquery-ui-rails (~> 6.0, >= 6.0.1)
paper_trail (~> 6.0, >= 6.0.2)
pg (~> 0.19.0)
pg (~> 0.20.0)
rails (~> 5.0, >= 5.0.2)
sass-rails (~> 5.0, >= 5.0.6)
public_suffix (2.0.5)
Expand Down Expand Up @@ -270,7 +270,7 @@ GEM
websocket (~> 1.0)
shoulda-matchers (3.1.1)
activesupport (>= 4.0.0)
simplecov (0.13.0)
simplecov (0.14.0)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
Expand Down Expand Up @@ -317,12 +317,12 @@ DEPENDENCIES
faker (~> 1.7, >= 1.7.3)
launchy (~> 2.4, >= 2.4.3)
letter_opener (~> 1.4, >= 1.4.1)
minitest (~> 5.9, >= 5.9.1)
minitest (~> 5.10, >= 5.10.1)
mtwarden!
rspec-rails (~> 3.5, >= 3.5.2)
selenium-webdriver (~> 3.3)
shoulda-matchers (~> 3.1, >= 3.1.1)
simplecov (~> 0.13.0)
simplecov (~> 0.14.0)
sqlite3 (~> 1.3, >= 1.3.13)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion lib/mtwarden/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Mtwarden
VERSION = '3.6.2'
VERSION = '4.0.0'
end
18 changes: 9 additions & 9 deletions mtwarden.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Gem::Specification.new do |spec|

# Main Dependencies
spec.add_dependency 'rails', '~> 5.0', '>= 5.0.2'
spec.add_dependency 'pg', '~> 0.19.0'
spec.add_dependency 'pg', '~> 0.20.0'
spec.add_dependency 'paper_trail', '~> 6.0', '>= 6.0.2'

# PHCEngines & Theme Dependencies
spec.add_dependency 'phcadmin3', '~> 1.7', '>= 1.7.2'
spec.add_dependency 'phctitleseo', '~> 4.3', '>= 4.3.1'
spec.add_dependency 'phcnotifi', '~> 3.9', '>= 3.9.1'
spec.add_dependency 'phcadmin3', '~> 2.0'
spec.add_dependency 'phctitleseo', '~> 5.0'
spec.add_dependency 'phcnotifi', '~> 4.0'

# UI & Frontend Dependencies
spec.add_dependency 'jquery-rails', '~> 4.2', '>= 4.2.2'
Expand All @@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'gravtastic', '~> 3.2', '>= 3.2.6'

# API Dependencies
spec.add_dependency 'oj', '~> 2.18', '>= 2.18.2'
spec.add_dependency 'oj', '~> 2.18', '>= 2.18.3'
spec.add_dependency 'rabl', '~> 0.13.1'
spec.add_dependency 'multi_json', '~> 1.12', '>= 1.12.1'
spec.add_dependency 'responders', '~> 2.3'
Expand All @@ -51,8 +51,8 @@ Gem::Specification.new do |spec|
spec.add_dependency 'cloudinary', '~> 1.6'

# Extra Security, Subscriptions & Forms
spec.add_dependency 'bcrypt', '~> 3.1', '>= 3.1.10'
spec.add_dependency 'warden', '~> 1.2', '>= 1.2.5'
spec.add_dependency 'bcrypt', '~> 3.1', '>= 3.1.11'
spec.add_dependency 'warden', '~> 1.2', '>= 1.2.7'
spec.add_dependency 'houser', '~> 2.0'
spec.add_dependency 'braintree', '~> 2.72'
spec.add_dependency 'dynamic_form', '1.1.4'
Expand All @@ -71,8 +71,8 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'selenium-webdriver', '~> 3.3'

# Extra Development & Testing Dependencies
spec.add_development_dependency 'minitest', '~> 5.9', '>= 5.9.1'
spec.add_development_dependency 'simplecov', '~> 0.13.0'
spec.add_development_dependency 'minitest', '~> 5.10', '>= 5.10.1'
spec.add_development_dependency 'simplecov', '~> 0.14.0'
spec.add_development_dependency 'shoulda-matchers', '~> 3.1', '>= 3.1.1'
spec.add_development_dependency 'letter_opener', '~> 1.4', '>= 1.4.1'

Expand Down

0 comments on commit 34a7f8b

Please sign in to comment.