File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ gem "foobara-dotenv-loader", "~> 0.0.1"
1212gem "rake"
1313
1414group :development do
15- gem "foob"
15+ gem "foob" , "~> 0.0.1"
1616 gem "foobara-rubocop-rules" , "~> 0.0.1"
1717 gem "guard-rspec"
1818 gem "rubocop-rake"
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- foobara-http-command-connector (0.0.21 )
4+ foobara-http-command-connector (0.0.22 )
55 foobara (~> 0.0.88 )
66
77GEM
5555 foobara-type-generator (~> 0.0.1 )
5656 foobara-typescript-react-command-form-generator (~> 0.0.1 )
5757 foobara-typescript-remote-command-generator (~> 0.0.1 )
58- foobara (0.0.102 )
58+ foobara (0.0.108 )
5959 bigdecimal
6060 foobara-lru-cache (~> 0.0.2 )
6161 foobara-util (~> 0.0.11 )
204204 diff-lcs (>= 1.2.0 , < 2.0 )
205205 rspec-support (~> 3.13.0 )
206206 rspec-support (3.13.2 )
207- rubocop (1.75.2 )
207+ rubocop (1.75.3 )
208208 json (~> 2.3 )
209209 language_server-protocol (~> 3.17.0.2 )
210210 lint_roller (~> 1.1.0 )
221221 rubocop-rake (0.7.1 )
222222 lint_roller (~> 1.1 )
223223 rubocop (>= 1.72.1 )
224- rubocop-rspec (3.5 .0 )
224+ rubocop-rspec (3.6 .0 )
225225 lint_roller (~> 1.1 )
226226 rubocop (~> 1.72 , >= 1.72.1 )
227227 ruby-prof (1.7.1 )
233233 simplecov_json_formatter (~> 0.1 )
234234 simplecov-html (0.13.1 )
235235 simplecov_json_formatter (0.1.4 )
236- stringio (3.1.6 )
236+ stringio (3.1.7 )
237237 thor (1.3.2 )
238238 unicode-display_width (3.1.4 )
239239 unicode-emoji (~> 4.0 , >= 4.0.4 )
@@ -259,7 +259,7 @@ PLATFORMS
259259 x86_64-linux-musl
260260
261261DEPENDENCIES
262- foob
262+ foob ( ~> 0.0.1 )
263263 foobara-dotenv-loader (~> 0.0.1 )
264264 foobara-http-command-connector !
265265 foobara-rubocop-rules (~> 0.0.1 )
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def determine_object_to_help_with(mode: Namespace::LookupMode::ABSOLUTE)
4444 determine_object_to_help_with ( mode : Namespace ::LookupMode ::RELAXED )
4545 else
4646 # TODO: add an input error instead for missing record to trigger 404
47- add_runtime_error ( CommandConnector ::NotFoundError . new ( arg ) )
47+ add_runtime_error ( CommandConnector ::NotFoundError . for ( arg ) )
4848 end
4949 end
5050 else
Original file line number Diff line number Diff line change 11module Foobara
22 module HttpCommandConnector
3- VERSION = "0.0.21 " . freeze
3+ VERSION = "0.0.22 " . freeze
44
55 local_ruby_version = File . read ( "#{ __dir__ } /.ruby-version" ) . chomp
66 local_ruby_version_minor = local_ruby_version [ /\A (\d +\. \d +)\. \d +\z / , 1 ]
You can’t perform that action at this time.
0 commit comments