Skip to content

Commit

Permalink
bump version + bundle install
Browse files Browse the repository at this point in the history
  • Loading branch information
rkukutis committed Nov 12, 2024
1 parent d0db693 commit 9ba2622
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
30 changes: 16 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pronto-rails_migrations (0.15.0)
pronto-rails_migrations (0.16.0)
faraday (>= 1.10.3)
multipart-post (>= 2.1.1)
pronto (>= 0.11.1)
Expand All @@ -12,11 +12,13 @@ GEM
specs:
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
bigdecimal (3.1.8)
csv (3.3.0)
faraday (2.10.0)
faraday-net_http (>= 2.0, < 3.2)
faraday (2.12.0)
faraday-net_http (>= 2.0, < 3.4)
json
logger
faraday-net_http (3.1.0)
faraday-net_http (3.3.0)
net-http
gitlab (4.20.1)
httparty (~> 0.20)
Expand All @@ -25,11 +27,13 @@ GEM
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
logger (1.6.0)
json (2.8.1)
logger (1.6.1)
mini_mime (1.1.5)
multi_xml (0.6.0)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
multipart-post (2.4.1)
net-http (0.4.1)
net-http (0.5.0)
uri
octokit (7.2.0)
faraday (>= 1, < 3)
Expand All @@ -42,21 +46,19 @@ GEM
rexml (>= 3.2.5, < 4.0)
rugged (>= 0.23.0, < 2.0)
thor (>= 0.20.3, < 2.0)
public_suffix (6.0.0)
public_suffix (6.0.1)
rainbow (3.1.1)
rake (12.3.3)
rexml (3.3.1)
strscan
rexml (3.3.9)
rugged (1.7.2)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
strscan (3.1.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thor (1.3.1)
unicode-display_width (2.5.0)
uri (0.13.0)
thor (1.3.2)
unicode-display_width (2.6.0)
uri (1.0.1)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion lib/pronto/rails_migrations/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Pronto
RAILS_MIGRATIONS_VERSION = '0.15.0'
RAILS_MIGRATIONS_VERSION = '0.16.0'
end

0 comments on commit 9ba2622

Please sign in to comment.