Skip to content

Commit

Permalink
Pull updated authorized users controller spec and update bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreben committed Oct 4, 2019
1 parent dd30168 commit 9814069
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 55 deletions.
114 changes: 60 additions & 54 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,43 +1,46 @@
GEM
remote: https://rubygems.org/
specs:
actioncable (5.0.7.2)
actionpack (= 5.0.7.2)
nio4r (>= 1.2, < 3.0)
websocket-driver (~> 0.6.1)
actionmailer (5.0.7.2)
actionpack (= 5.0.7.2)
actionview (= 5.0.7.2)
activejob (= 5.0.7.2)
actioncable (5.2.3)
actionpack (= 5.2.3)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailer (5.2.3)
actionpack (= 5.2.3)
actionview (= 5.2.3)
activejob (= 5.2.3)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (5.0.7.2)
actionview (= 5.0.7.2)
activesupport (= 5.0.7.2)
actionpack (5.2.3)
actionview (= 5.2.3)
activesupport (= 5.2.3)
rack (~> 2.0)
rack-test (~> 0.6.3)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.0.7.2)
activesupport (= 5.0.7.2)
actionview (5.2.3)
activesupport (= 5.2.3)
builder (~> 3.1)
erubis (~> 2.7.0)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (5.0.7.2)
activesupport (= 5.0.7.2)
activejob (5.2.3)
activesupport (= 5.2.3)
globalid (>= 0.3.6)
activemodel (5.0.7.2)
activesupport (= 5.0.7.2)
activerecord (5.0.7.2)
activemodel (= 5.0.7.2)
activesupport (= 5.0.7.2)
arel (~> 7.0)
activerecord-oracle_enhanced-adapter (1.7.11)
activerecord (~> 5.0.0)
arel (~> 7.1.4)
ruby-plsql (>= 0.5.0)
activesupport (5.0.7.2)
activemodel (5.2.3)
activesupport (= 5.2.3)
activerecord (5.2.3)
activemodel (= 5.2.3)
activesupport (= 5.2.3)
arel (>= 9.0)
activerecord-oracle_enhanced-adapter (5.2.6)
activerecord (~> 5.2.0)
ruby-plsql (>= 0.6.0)
activestorage (5.2.3)
actionpack (= 5.2.3)
activerecord (= 5.2.3)
marcel (~> 0.3.1)
activesupport (5.2.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
Expand All @@ -46,7 +49,7 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
airbrussh (1.3.4)
sshkit (>= 1.6.1, != 1.7.0)
arel (7.1.4)
arel (9.0.0)
ast (2.4.0)
autoprefixer-rails (9.6.1.1)
execjs
Expand Down Expand Up @@ -99,8 +102,8 @@ GEM
image_processing (~> 1.1)
mimemagic (>= 0.3.0)
mini_mime (>= 0.1.3)
composite_primary_keys (9.0.10)
activerecord (~> 5.0.0, >= 5.0.7)
composite_primary_keys (11.2.0)
activerecord (~> 5.2.1)
concurrent-ruby (1.1.5)
config (2.0.0)
activesupport (>= 4.2)
Expand Down Expand Up @@ -151,11 +154,11 @@ GEM
dry-equalizer (~> 0.2, >= 0.2.2)
dry-inflector (~> 0.1, >= 0.1.2)
dry-logic (~> 1.0, >= 1.0.2)
erubis (2.7.0)
erubi (1.9.0)
execjs (2.7.0)
factory_bot (5.1.0)
factory_bot (5.1.1)
activesupport (>= 4.2.0)
factory_bot_rails (5.1.0)
factory_bot_rails (5.1.1)
factory_bot (~> 5.1.0)
railties (>= 4.2.0)
faraday (0.16.2)
Expand All @@ -169,7 +172,7 @@ GEM
actionpack (>= 4.1)
activesupport (>= 4.1)
honeybadger (4.5.1)
i18n (1.6.0)
i18n (1.7.0)
concurrent-ruby (~> 1.0)
image_processing (1.9.3)
mini_magick (>= 4.9.5, < 5)
Expand All @@ -188,6 +191,8 @@ GEM
nokogiri (>= 1.5.9)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (0.9.2)
mimemagic (0.3.3)
mini_magick (4.9.5)
Expand All @@ -207,19 +212,20 @@ GEM
ast (~> 2.4.0)
public_suffix (4.0.1)
rack (2.0.7)
rack-test (0.6.3)
rack (>= 1.0)
rails (5.0.7.2)
actioncable (= 5.0.7.2)
actionmailer (= 5.0.7.2)
actionpack (= 5.0.7.2)
actionview (= 5.0.7.2)
activejob (= 5.0.7.2)
activemodel (= 5.0.7.2)
activerecord (= 5.0.7.2)
activesupport (= 5.0.7.2)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (5.2.3)
actioncable (= 5.2.3)
actionmailer (= 5.2.3)
actionpack (= 5.2.3)
actionview (= 5.2.3)
activejob (= 5.2.3)
activemodel (= 5.2.3)
activerecord (= 5.2.3)
activestorage (= 5.2.3)
activesupport (= 5.2.3)
bundler (>= 1.3.0)
railties (= 5.0.7.2)
railties (= 5.2.3)
sprockets-rails (>= 2.0.0)
rails-controller-testing (1.0.4)
actionpack (>= 5.0.1.x)
Expand All @@ -230,12 +236,12 @@ GEM
nokogiri (>= 1.6)
rails-html-sanitizer (1.2.0)
loofah (~> 2.2, >= 2.2.2)
railties (5.0.7.2)
actionpack (= 5.0.7.2)
activesupport (= 5.0.7.2)
railties (5.2.3)
actionpack (= 5.2.3)
activesupport (= 5.2.3)
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
thor (>= 0.19.0, < 2.0)
rainbow (3.0.0)
rake (12.3.3)
rb-fsevent (0.10.3)
Expand Down Expand Up @@ -337,7 +343,7 @@ GEM
activemodel (>= 5.0)
bindex (>= 0.4.0)
railties (>= 5.0)
websocket-driver (0.6.5)
websocket-driver (0.7.1)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.4)
xpath (3.2.0)
Expand All @@ -347,7 +353,7 @@ PLATFORMS
ruby

DEPENDENCIES
activerecord-oracle_enhanced-adapter (~> 1.7.0)
activerecord-oracle_enhanced-adapter (~> 5.2.0)
bootstrap-datepicker-rails
bootstrap-sass
bootstrap_form
Expand All @@ -372,7 +378,7 @@ DEPENDENCIES
jquery-rails
nokogiri
okcomputer
rails (~> 5.0)
rails (~> 5.2)
rails-controller-testing
rspec-rails
rubocop
Expand Down
1 change: 0 additions & 1 deletion spec/controllers/authorized_users_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
describe 'patch#update' do
it 'does not update the user id' do
patch :update, params: { user_id: 'admin_user', authorized_user: { user_id: 'adminuser' } }
@authorized_user.reload
expect(@authorized_user.user_id).to eq('admin_user')
end

Expand Down

0 comments on commit 9814069

Please sign in to comment.