Skip to content

Commit

Permalink
main solved actionpack gem vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
frontimax committed Jan 14, 2022
1 parent 58ed4d7 commit 8eff9ff
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .idea/sports-butler.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
sports-butler (1.0.1)
sports-butler (1.0.2)
httparty (~> 0.15)

GEM
Expand Down Expand Up @@ -50,15 +50,17 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
method_source (1.0.0)
mime-types (3.3.1)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.0901)
mime-types-data (3.2022.0105)
mini_portile2 (2.6.1)
minitest (5.14.4)
multi_xml (0.6.0)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
nokogiri (1.12.5-x86_64-darwin)
racc (~> 1.4)
parallel (1.21.0)
parser (3.0.2.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -143,6 +145,7 @@ GEM

PLATFORMS
ruby
x86_64-darwin-20

DEPENDENCIES
actionpack (>= 6.1.3.2)
Expand All @@ -160,4 +163,4 @@ DEPENDENCIES
webmock (>= 3.9.3)

BUNDLED WITH
2.1.4
2.2.17
2 changes: 1 addition & 1 deletion lib/sports/butler/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ module Butler
# - https://apifootball.com (>= 1.0.0)
# - https://www.football-data.org (>= 1.0.0)
# - https://api-basketball.com (>= 1.0.0)
VERSION = "1.0.1"
VERSION = "1.0.2"
end
end
2 changes: 1 addition & 1 deletion spec/sports/butler_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
end

it "returns current version #{Sports::Butler::VERSION}" do
expect(Sports::Butler::VERSION).to eq('1.0.1')
expect(Sports::Butler::VERSION).to eq('1.0.2')
end
end

Expand Down

0 comments on commit 8eff9ff

Please sign in to comment.