Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rromanchuk committed Nov 25, 2024
1 parent b4519d5 commit 0da529e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion personal/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ end


gem "pagy", "~> 6.0.4"
#gem 'activerecord-postgis-adapter'
gem 'activerecord-postgis-adapter'
gem 'httparty'
gem "pghero"
gem "pg_query"
Expand Down
10 changes: 9 additions & 1 deletion personal/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ GEM
activemodel (= 7.2.2)
activesupport (= 7.2.2)
timeout (>= 0.4.0)
activerecord-postgis-adapter (10.0.1)
activerecord (~> 7.2.0)
rgeo-activerecord (~> 8.0.0)
activestorage (7.2.2)
actionpack (= 7.2.2)
activejob (= 7.2.2)
Expand Down Expand Up @@ -385,6 +388,10 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.3.9)
rgeo (3.0.1)
rgeo-activerecord (8.0.0)
activerecord (>= 7.0)
rgeo (>= 3.0)
rubocop (1.68.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand Down Expand Up @@ -509,6 +516,7 @@ PLATFORMS

DEPENDENCIES
action_policy
activerecord-postgis-adapter
auto_strip_attributes
awesome_print
aws-sdk-cognitoidentityprovider
Expand Down Expand Up @@ -570,4 +578,4 @@ RUBY VERSION
ruby 3.3.6p108

BUNDLED WITH
2.5.17
2.5.23

0 comments on commit 0da529e

Please sign in to comment.