Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
roast-ai (1.1.0)
roast-ai (1.2.0)
activesupport (~> 8.0)
async (>= 2.34)
rainbow (>= 3.0.0)
Expand Down Expand Up @@ -317,7 +317,7 @@ CHECKSUMS
regexp_parser (2.10.0) sha256=cb6f0ddde88772cd64bff1dbbf68df66d376043fe2e66a9ef77fcb1b0c548c61
require-hooks (0.2.3) sha256=224be5b4be0fd2a47cb73286c500da366704a54ec195b6627366380c950efac8
rexml (3.4.2) sha256=1384268554a37af5da5279431ca3f2f37d46f09ffdd6c95e17cc84c83ea7c417
roast-ai (1.1.0)
roast-ai (1.2.0)
rubocop (1.77.0) sha256=1f360b4575ef7a124be27b0dfffa227a2b2d9420d22d4fd8bf179d702bcc88c0
rubocop-ast (1.45.1) sha256=94042e49adc17f187ba037b33f941ba7398fede77cdf4bffafba95190a473a3e
rubocop-shopify (2.17.1) sha256=03850eb1a9c4d1f9f0ac1d8d5aa51bb47a149e532cfb5e8d02ac6a90c8800a5f
Expand Down
2 changes: 1 addition & 1 deletion examples/demo/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
roast-ai (1.1.0)
roast-ai (1.2.0)
activesupport (~> 8.0)
async (>= 2.34)
rainbow (>= 3.0.0)
Expand Down
2 changes: 1 addition & 1 deletion examples/plugin-gem-example/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
roast-ai (1.1.0)
roast-ai (1.2.0)
activesupport (~> 8.0)
async (>= 2.34)
rainbow (>= 3.0.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/roast/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# frozen_string_literal: true

module Roast
VERSION = "1.1.0"
VERSION = "1.2.0"
end
Loading