Skip to content

Commit

Permalink
v0.4.0 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-elassuty committed Apr 21, 2024
1 parent af03124 commit 3ad9554
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-3.1.2
ruby-3.2.3
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 3.1.2
ruby 3.2.3
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rails_graph (0.3.0)
rails_graph (0.4.0)
activerecord (>= 6.0)
neo4j-ruby-driver (>= 4.4)
railties (>= 6.0)
Expand Down Expand Up @@ -64,6 +64,8 @@ GEM
zeitwerk (>= 2.1.10)
nokogiri (1.15.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.2-x86_64-linux)
racc (~> 1.4)
parallel (1.23.0)
parser (3.2.2.1)
ast (~> 2.4.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/rails_graph/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RailsGraph
VERSION = "0.3.0"
VERSION = "0.4.0"
end

0 comments on commit 3ad9554

Please sign in to comment.