Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhairi committed Oct 27, 2023
1 parent 3817ab3 commit 26a6b43
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 13 deletions.
24 changes: 17 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,29 +1,39 @@
PATH
remote: .
specs:
nested_record (1.1.0)
nested_record (1.1.1)
activemodel (> 5.2, < 7.2)

GEM
remote: https://rubygems.org/
specs:
activemodel (6.1.7.4)
activesupport (= 6.1.7.4)
activesupport (6.1.7.4)
activemodel (7.1.1)
activesupport (= 7.1.1)
activesupport (7.1.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
base64 (0.1.1)
bigdecimal (3.1.4)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
diff-lcs (1.5.0)
drb (2.1.1)
ruby2_keywords
i18n (1.14.1)
concurrent-ruby (~> 1.0)
minitest (5.19.0)
minitest (5.20.0)
mutex_m (0.1.2)
rake (13.0.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
Expand All @@ -38,10 +48,10 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
ruby2_keywords (0.0.5)
thor (1.2.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
zeitwerk (2.6.11)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
nested_record (1.1.0)
nested_record (1.1.1)
activemodel (> 5.2, < 7.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
nested_record (1.1.0)
nested_record (1.1.1)
activemodel (> 5.2, < 7.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
nested_record (1.1.0)
nested_record (1.1.1)
activemodel (> 5.2, < 7.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
nested_record (1.1.0)
nested_record (1.1.1)
activemodel (> 5.2, < 7.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
nested_record (1.1.0)
nested_record (1.1.1)
activemodel (> 5.2, < 7.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/nested_record/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module NestedRecord
VERSION = '1.1.0'
VERSION = '1.1.1'
end

0 comments on commit 26a6b43

Please sign in to comment.