Skip to content

Commit aee63e0

Browse files
committed
Bump version to 1.1.2
1 parent 5731ac9 commit aee63e0

8 files changed

Lines changed: 8 additions & 8 deletions

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
export_to (1.1.1)
4+
export_to (1.1.2)
55
activesupport (>= 6.0, < 8)
66
fast_excel (~> 0.4)
77
iconv (~> 1.0)

gemfiles/ruby_2.7_rails_6.1.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
export_to (1.1.1)
4+
export_to (1.1.2)
55
activesupport (>= 6.0, < 8)
66
fast_excel (~> 0.4)
77
iconv (~> 1.0)

gemfiles/ruby_3.0_rails_6.1.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
export_to (1.1.1)
4+
export_to (1.1.2)
55
activesupport (>= 6.0, < 8)
66
fast_excel (~> 0.4)
77
iconv (~> 1.0)

gemfiles/ruby_3.0_rails_7.0.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
export_to (1.1.1)
4+
export_to (1.1.2)
55
activesupport (>= 6.0, < 8)
66
fast_excel (~> 0.4)
77
iconv (~> 1.0)

gemfiles/ruby_3.1_rails_6.1.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
export_to (1.1.1)
4+
export_to (1.1.2)
55
activesupport (>= 6.0, < 8)
66
fast_excel (~> 0.4)
77
iconv (~> 1.0)

gemfiles/ruby_3.1_rails_7.0.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
export_to (1.1.1)
4+
export_to (1.1.2)
55
activesupport (>= 6.0, < 8)
66
fast_excel (~> 0.4)
77
iconv (~> 1.0)

gemfiles/ruby_3.1_rails_7.1.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
export_to (1.1.1)
4+
export_to (1.1.2)
55
activesupport (>= 6.0, < 8)
66
fast_excel (~> 0.4)
77
iconv (~> 1.0)

lib/export_to/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ExportTo
2-
VERSION = "1.1.1"
2+
VERSION = "1.1.2"
33
end

0 commit comments

Comments
 (0)