Skip to content

Commit

Permalink
Update gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
CoralineAda committed Oct 30, 2024
1 parent c7b8d2d commit e08598d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ gem 'ruby-openai'
gem 'activegraph', '11.5.0.beta.3'
gem 'neo4j-ruby-driver'
gem 'yard'
gem 'csv'
gem 'ostruct'

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.2.1"
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ GEM
fiber-local
json
crass (1.0.6)
csv (3.3.0)
date (3.3.4)
debug (1.9.2)
irb (~> 1.10)
Expand Down Expand Up @@ -185,6 +186,7 @@ GEM
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
ostruct (0.6.0)
pg (1.5.7)
pry (0.14.2)
coderay (~> 1.1)
Expand Down Expand Up @@ -334,10 +336,12 @@ DEPENDENCIES
activegraph (= 11.5.0.beta.3)
bootsnap
capybara
csv
debug
dotenv
faker (~> 3.4, >= 3.4.2)
neo4j-ruby-driver
ostruct
pg
pry
puma (>= 5.0)
Expand Down

0 comments on commit e08598d

Please sign in to comment.