Skip to content

Commit

Permalink
Merge pull request #8 from combinaut/miniracer-update
Browse files Browse the repository at this point in the history
Update to miniracer 0.6.4
  • Loading branch information
rywall committed Jun 28, 2023
2 parents 164fc9d + 87591f4 commit c168d36
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ["2.5", "2.6", "2.7", "3.0"]
ruby-version: ["2.6", "2.7", "3.0"]

steps:
- uses: actions/checkout@v2
Expand Down
44 changes: 21 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
minibars (0.1.0)
minibars (0.2.0)
handlebars-source
mini_racer (~> 0.4.0)
mini_racer (~> 0.6.4)

GEM
remote: https://rubygems.org/
Expand All @@ -12,33 +12,31 @@ GEM
coderay (1.1.3)
diff-lcs (1.5.0)
handlebars-source (4.7.7)
libv8-node (15.14.0.1)
libv8-node (16.19.0.1)
method_source (1.0.0)
mini_racer (0.4.0)
libv8-node (~> 15.14.0.0)
pry (0.13.1)
mini_racer (0.6.4)
libv8-node (~> 16.19.0.0)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.9.0)
pry-byebug (3.8.0)
byebug (~> 11.0)
pry (~> 0.13.0)
pry (~> 0.10)
rake (13.0.6)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
rspec-mocks (~> 3.10.0)
rspec-core (3.10.1)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.1)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.2)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.3)
webrick (1.7.0)
yard (0.9.27)
webrick (~> 1.7.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
yard (0.9.34)

PLATFORMS
ruby
Expand All @@ -52,4 +50,4 @@ DEPENDENCIES
yard

BUNDLED WITH
2.2.30
2.4.8
2 changes: 1 addition & 1 deletion lib/minibars/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Minibars
VERSION = "0.1.0"
VERSION = "0.2.0"
end
2 changes: 1 addition & 1 deletion minibars.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |s|

s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]

s.add_dependency 'mini_racer', '~> 0.4.0'
s.add_dependency 'mini_racer', '~> 0.6.4'
s.add_dependency 'handlebars-source'

s.add_development_dependency 'rspec', '~> 3.7'
Expand Down

0 comments on commit c168d36

Please sign in to comment.