Skip to content

Commit

Permalink
updated phcdevworks_core gem
Browse files Browse the repository at this point in the history
  • Loading branch information
bradpotts committed Apr 13, 2022
1 parent 1cadcf0 commit a2509b5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
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:
phcdevworks_accounts_devise (1.0.0)
phcdevworks_accounts_devise (1.0.1)
aws-sdk-s3 (~> 1.113)
devise (~> 4.8)
friendly_id (~> 5.4)
Expand All @@ -11,7 +11,7 @@ PATH
mini_magick (~> 4.11)
paper_trail (~> 12.1)
phcdevworks_active_menus (~> 3.0)
phcdevworks_core (~> 3.0)
phcdevworks_core (~> 4.0)
phcdevworks_notifications (~> 3.1)
phcdevworks_titleseo (~> 4.0)
phcthemes_admin_panel_pack (~> 5.1)
Expand Down Expand Up @@ -91,8 +91,8 @@ GEM
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
aws-eventstream (1.2.0)
aws-partitions (1.574.0)
aws-sdk-core (3.130.0)
aws-partitions (1.576.0)
aws-sdk-core (3.130.1)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.525.0)
aws-sigv4 (~> 1.1)
Expand Down Expand Up @@ -130,7 +130,7 @@ GEM
faraday (2.2.0)
faraday-net_http (~> 2.0)
ruby2_keywords (>= 0.0.4)
faraday-net_http (2.0.1)
faraday-net_http (2.0.2)
ffi (1.15.5)
friendly_id (5.4.2)
activerecord (>= 4.0.0)
Expand All @@ -147,7 +147,7 @@ GEM
webrick
google-apis-iamcredentials_v1 (0.10.0)
google-apis-core (>= 0.4, < 2.a)
google-apis-storage_v1 (0.12.0)
google-apis-storage_v1 (0.13.0)
google-apis-core (>= 0.4, < 2.a)
google-cloud-core (1.6.0)
google-cloud-env (~> 1.0)
Expand Down Expand Up @@ -212,7 +212,7 @@ GEM
net-protocol
timeout
nio4r (2.5.8)
nokogiri (1.13.3-x86_64-linux)
nokogiri (1.13.4-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
os (1.1.4)
Expand All @@ -223,7 +223,7 @@ GEM
phcthemes_admin_panel_pack (~> 5.1)
phcthemes_web_theme_pack (~> 5.0)
rails (~> 7.0)
phcdevworks_core (3.0.0)
phcdevworks_core (4.0.0)
phcthemes_admin_panel_pack (~> 5.1)
phcthemes_web_theme_pack (~> 5.0)
rails (~> 7.0)
Expand All @@ -245,7 +245,7 @@ GEM
inline_svg (~> 1.7)
rails (~> 7.0)
sassc-rails (~> 2.1)
public_suffix (4.0.6)
public_suffix (4.0.7)
racc (1.6.0)
rack (2.2.3)
rack-test (1.1.0)
Expand Down Expand Up @@ -330,7 +330,7 @@ GEM
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.4.2)
stripe (5.48.0)
stripe (5.50.0)
strscan (3.0.1)
thor (1.2.1)
tilt (2.0.10)
Expand Down
2 changes: 1 addition & 1 deletion lib/phcdevworks_accounts_devise/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PhcdevworksAccountsDevise
VERSION = "1.0.0"
VERSION = "1.0.1"
end
2 changes: 1 addition & 1 deletion phcdevworks_accounts_devise.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|

# Helper Dependencies
spec.add_dependency "phcdevworks_active_menus", "~> 3.0"
spec.add_dependency "phcdevworks_core", "~> 3.0"
spec.add_dependency "phcdevworks_core", "~> 4.0"
spec.add_dependency "phcdevworks_notifications", "~> 3.1"
spec.add_dependency "phcdevworks_titleseo", "~> 4.0"

Expand Down

0 comments on commit a2509b5

Please sign in to comment.