Skip to content

Commit

Permalink
streamline ruby dev exp
Browse files Browse the repository at this point in the history
  • Loading branch information
nudded committed Oct 16, 2024
1 parent d8ac5f5 commit 4535cc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions expression-ruby/Gemfile
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@

source "https://rubygems.org"

gemspec
2 changes: 1 addition & 1 deletion expression-ruby/lago-expression.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Gem::Specification.new do |spec|
spec.summary = '0.0.1'
spec.authors = ['Lago']
spec.extensions = ['ext/lago_expression/extconf.rb']
spec.required_ruby_version = '3.2'
spec.required_ruby_version = '~> 3.3'

spec.add_dependency 'bigdecimal'
spec.add_development_dependency 'libclang', '~> 14'
Expand Down

0 comments on commit 4535cc4

Please sign in to comment.