Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
steffansluis committed Oct 30, 2023
1 parent f7470df commit 4b6ba23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
PATH
remote: .
specs:
fast_excel_rails (0.1.0)
fast_excel_rails (0.1.1)
fast_excel (~> 0.1)

GEM
remote: https://rubygems.org/
specs:
fast_excel (0.4.0)
fast_excel (0.4.1)
ffi (> 1.9, < 2)
ffi (1.15.3)
ffi (1.16.3)
minitest (5.14.4)
rake (12.3.3)

Expand All @@ -22,4 +22,4 @@ DEPENDENCIES
rake (~> 12.0)

BUNDLED WITH
2.1.2
2.2.33
2 changes: 1 addition & 1 deletion lib/fast_excel_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FastExcelRails
VERSION = "0.1.0"
VERSION = "0.1.1"
end

0 comments on commit 4b6ba23

Please sign in to comment.