Skip to content

Commit

Permalink
2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plentz committed Aug 14, 2022
1 parent 1d283ab commit 80ae884
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
lol_dba (2.2.0)
lol_dba (2.4.0)
actionpack
activerecord
railties
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_3_2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
lol_dba (2.2.0)
lol_dba (2.4.0)
actionpack (>= 3.0, < 7.0)
activerecord (>= 3.0, < 8.0)
railties (>= 3.0, < 7.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_4_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
lol_dba (2.2.0)
lol_dba (2.4.0)
actionpack (>= 3.0, < 7.0)
activerecord (>= 3.0, < 8.0)
railties (>= 3.0, < 7.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_4_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
lol_dba (2.2.0)
lol_dba (2.4.0)
actionpack (>= 3.0, < 7.0)
activerecord (>= 3.0, < 8.0)
railties (>= 3.0, < 7.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_4_2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
lol_dba (2.2.0)
lol_dba (2.4.0)
actionpack (>= 3.0, < 7.0)
activerecord (>= 3.0, < 8.0)
railties (>= 3.0, < 7.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
lol_dba (2.2.0)
lol_dba (2.4.0)
actionpack (>= 3.0, < 7.0)
activerecord (>= 3.0, < 8.0)
railties (>= 3.0, < 7.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
lol_dba (2.2.0)
lol_dba (2.4.0)
actionpack (>= 3.0, < 7.0)
activerecord (>= 3.0, < 8.0)
railties (>= 3.0, < 7.0)
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:
lol_dba (2.2.0)
lol_dba (2.4.0)
actionpack (>= 3.0, < 7.0)
activerecord (>= 3.0, < 8.0)
railties (>= 3.0, < 7.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
lol_dba (2.2.0)
lol_dba (2.4.0)
actionpack
activerecord
railties
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
lol_dba (2.2.0)
lol_dba (2.4.0)
actionpack
activerecord
railties
Expand Down
2 changes: 1 addition & 1 deletion lib/lol_dba/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module LolDba
VERSION = '2.2.0' unless defined? LolDba::VERSION
VERSION = '2.4.0' unless defined? LolDba::VERSION
end

0 comments on commit 80ae884

Please sign in to comment.