Skip to content

Commit

Permalink
Temporarily comment out oci8 gem during during deployment testing
Browse files Browse the repository at this point in the history
  • Loading branch information
elohanlon committed Oct 31, 2023
1 parent ec40dd2 commit 690ee55
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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
Expand Down

0 comments on commit 690ee55

Please sign in to comment.