diff --git a/Gemfile.lock b/Gemfile.lock index 9a367cc8..7f4c59be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,7 +10,7 @@ GIT PATH remote: . specs: - pay (8.1.1) + pay (8.1.2) rails (>= 6.0.0) GEM diff --git a/gemfiles/rails_6_1.gemfile.lock b/gemfiles/rails_6_1.gemfile.lock index 2827e0f1..cc7f5ec8 100644 --- a/gemfiles/rails_6_1.gemfile.lock +++ b/gemfiles/rails_6_1.gemfile.lock @@ -10,7 +10,7 @@ GIT PATH remote: .. specs: - pay (8.1.1) + pay (8.1.2) rails (>= 6.0.0) GEM diff --git a/gemfiles/rails_7.gemfile.lock b/gemfiles/rails_7.gemfile.lock index 8b939b5a..6942d121 100644 --- a/gemfiles/rails_7.gemfile.lock +++ b/gemfiles/rails_7.gemfile.lock @@ -10,7 +10,7 @@ GIT PATH remote: .. specs: - pay (8.1.1) + pay (8.1.2) rails (>= 6.0.0) GEM diff --git a/gemfiles/rails_7_1.gemfile.lock b/gemfiles/rails_7_1.gemfile.lock index 309b3dfe..a239fa6c 100644 --- a/gemfiles/rails_7_1.gemfile.lock +++ b/gemfiles/rails_7_1.gemfile.lock @@ -10,7 +10,7 @@ GIT PATH remote: .. specs: - pay (8.1.1) + pay (8.1.2) rails (>= 6.0.0) GEM diff --git a/gemfiles/rails_7_2.gemfile.lock b/gemfiles/rails_7_2.gemfile.lock index c5f485f5..8069d3dd 100644 --- a/gemfiles/rails_7_2.gemfile.lock +++ b/gemfiles/rails_7_2.gemfile.lock @@ -10,7 +10,7 @@ GIT PATH remote: .. specs: - pay (8.1.1) + pay (8.1.2) rails (>= 6.0.0) GEM diff --git a/gemfiles/rails_main.gemfile.lock b/gemfiles/rails_main.gemfile.lock index cd4781c3..a410087d 100644 --- a/gemfiles/rails_main.gemfile.lock +++ b/gemfiles/rails_main.gemfile.lock @@ -109,7 +109,7 @@ GIT PATH remote: .. specs: - pay (8.1.1) + pay (8.1.2) rails (>= 6.0.0) GEM diff --git a/lib/pay/version.rb b/lib/pay/version.rb index 28ad5258..7b662a23 100644 --- a/lib/pay/version.rb +++ b/lib/pay/version.rb @@ -1,3 +1,3 @@ module Pay - VERSION = "8.1.1" + VERSION = "8.1.2" end