Skip to content

Commit

Permalink
Update nokogiri
Browse files Browse the repository at this point in the history
  • Loading branch information
getand committed Mar 2, 2020
1 parent 2229ffc commit a94e241
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.3
2.6.5
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
nxt_error_registry (0.1.3)
nxt_error_registry (0.1.4)
activesupport (< 6.1)
rails (< 6.1)

Expand Down Expand Up @@ -65,13 +65,13 @@ GEM
zeitwerk (~> 2.2)
builder (3.2.4)
coderay (1.1.2)
concurrent-ruby (1.1.5)
crass (1.0.5)
concurrent-ruby (1.1.6)
crass (1.0.6)
diff-lcs (1.3)
erubi (1.9.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
i18n (1.7.0)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
loofah (2.4.0)
crass (~> 1.0.2)
Expand All @@ -81,17 +81,17 @@ GEM
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (0.9.2)
mimemagic (0.3.3)
mimemagic (0.3.4)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.13.0)
minitest (5.14.0)
nio4r (2.5.2)
nokogiri (1.10.7)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
rack (2.0.8)
rack (2.2.2)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (6.0.2.1)
Expand Down Expand Up @@ -145,7 +145,7 @@ GEM
sprockets (>= 3.0.0)
thor (1.0.1)
thread_safe (0.3.6)
tzinfo (1.2.5)
tzinfo (1.2.6)
thread_safe (~> 0.1)
websocket-driver (0.7.1)
websocket-extensions (>= 0.1.0)
Expand All @@ -164,4 +164,4 @@ DEPENDENCIES
rspec_junit_formatter (~> 0.4.1)

BUNDLED WITH
2.0.1
2.1.4
2 changes: 1 addition & 1 deletion lib/nxt_error_registry/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module NxtErrorRegistry
VERSION = "0.1.3".freeze
VERSION = "0.1.4".freeze
end

0 comments on commit a94e241

Please sign in to comment.