Skip to content

Commit

Permalink
bump to 3.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
scambra committed Dec 17, 2024
1 parent f3ba5f4 commit 8646484
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: .
specs:
active_scaffold (3.7.10)
active_scaffold (3.7.11)
cow_proxy (~> 0.3)
ice_nine (~> 0.11)
rails (>= 5.2.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-5.2.x.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
active_scaffold (3.7.10)
active_scaffold (3.7.11)
cow_proxy (~> 0.3)
ice_nine (~> 0.11)
rails (>= 5.2.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-6.0.x.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
active_scaffold (3.7.10)
active_scaffold (3.7.11)
cow_proxy (~> 0.3)
ice_nine (~> 0.11)
rails (>= 5.2.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-6.1.x.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
active_scaffold (3.7.10)
active_scaffold (3.7.11)
cow_proxy (~> 0.3)
ice_nine (~> 0.11)
rails (>= 5.2.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/active_scaffold/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module ActiveScaffold
module Version
MAJOR = 3
MINOR = 7
PATCH = 10
PATCH = 11
FIX = nil

STRING = [MAJOR, MINOR, PATCH, FIX].compact.join('.')
Expand Down

0 comments on commit 8646484

Please sign in to comment.