diff --git a/Gemfile b/Gemfile index 32f0e5e..e750ffa 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ gem 'rainbow', '~> 3.0' # As of Ruby 3.0, need to explicitly include rexml because it's a bundled gem instead of a default gem gem 'rexml', '~> 3.2', '>= 3.2.4' # For oracle connections -gem 'ruby-oci8', '~> 2.2.7' +#gem 'ruby-oci8', '~> 2.2.7' # For HTTP Requests gem 'rest-client', '~> 2.0' # For cron tasks diff --git a/Gemfile.lock b/Gemfile.lock index 3c7566a..6c23c04 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -146,7 +146,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2022.0105) mini_mime (1.1.2) - mini_portile2 (2.4.0) + mini_portile2 (2.8.5) minitest (5.15.0) msgpack (1.7.2) net-imap (0.2.3) @@ -168,14 +168,16 @@ GEM net-ssh (6.1.0) netrc (0.11.0) nio4r (2.5.8) - nokogiri (1.10.10) - mini_portile2 (~> 2.4.0) + nokogiri (1.15.4) + mini_portile2 (~> 2.8.2) + racc (~> 1.4) parallel (1.22.1) parser (3.1.1.0) ast (~> 2.4.1) pkg-config (1.5.5) puma (5.6.2) nio4r (~> 2.0) + racc (1.7.1) rack (2.2.3) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -268,7 +270,6 @@ GEM rubocop-performance rubocop-rails rubocop-rspec - ruby-oci8 (2.2.11) ruby-progressbar (1.11.0) rubyzip (2.3.2) sass (3.7.4) @@ -337,7 +338,7 @@ DEPENDENCIES listen (~> 3.3) marc (= 1.0.4) net-ssh (>= 4.2) - nokogiri (~> 1.10.10) + nokogiri (~> 1.15.4) puma (~> 5.2) rails (~> 7.0.2) rainbow (~> 3.0) @@ -347,7 +348,6 @@ DEPENDENCIES rspec (>= 3.11) rspec-rails (~> 5.1) rubocul (~> 4.0.3) - ruby-oci8 (~> 2.2.7) rubyzip (>= 2.0) sass-rails (~> 5.0) sqlite3