Skip to content

Commit

Permalink
Merge pull request #10 from hamityay/update_gems
Browse files Browse the repository at this point in the history
Update nokogiri
  • Loading branch information
hamityay authored Mar 27, 2022
2 parents 306368b + e1e8e82 commit ca0f1aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
PATH
remote: .
specs:
tcmb_exchange (0.5.0)
tcmb_exchange (0.7.0)
nokogiri (~> 1.10, >= 1.10.8)

GEM
remote: https://rubygems.org/
specs:
mini_portile2 (2.5.0)
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
mini_portile2 (2.8.0)
nokogiri (1.13.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
racc (1.5.2)
rake (13.0.1)
racc (1.6.0)
rake (13.0.6)

PLATFORMS
ruby
Expand All @@ -23,4 +23,4 @@ DEPENDENCIES
tcmb_exchange!

BUNDLED WITH
2.1.4
2.3.7
2 changes: 1 addition & 1 deletion lib/tcmb_exchange/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TcmbExchange
VERSION = '0.6.0'.freeze
VERSION = '0.7.0'.freeze
end

0 comments on commit ca0f1aa

Please sign in to comment.