Skip to content

Commit

Permalink
Bump gem and bundler version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Schoknecht committed Jan 10, 2025
1 parent eb5eb89 commit 9e14c69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
PATH
remote: .
specs:
camt_parser (2.16.0)
camt_parser (2.17.0)
nokogiri

GEM
remote: https://rubygems.org/
specs:
builder (3.2.2)
diff-lcs (1.5.0)
mini_portile2 (2.8.6)
nokogiri (1.16.5)
mini_portile2 (2.8.8)
nokogiri (1.18.1)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
racc (1.7.3)
racc (1.8.1)
rake (13.0.6)
rspec (3.3.0)
rspec-core (~> 3.3.0)
Expand All @@ -39,4 +39,4 @@ DEPENDENCIES
rspec (~> 3.3.0)

BUNDLED WITH
2.4.2
2.6.2
2 changes: 1 addition & 1 deletion lib/camt_parser/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CamtParser
VERSION = '2.16.0'.freeze
VERSION = '2.17.0'.freeze
end

0 comments on commit 9e14c69

Please sign in to comment.