Skip to content

Commit

Permalink
Bump also to 0.7.0 in Gemfile.lock and package.json + package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsSteensma committed Apr 29, 2024
1 parent b6493c0 commit a8ca26d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 22 deletions.
37 changes: 18 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
PATH
remote: .
specs:
Dhalang (0.6.6)
Dhalang (0.7.0)

GEM
remote: https://rubygems.org/
specs:
Ascii85 (1.1.0)
afm (0.2.2)
diff-lcs (1.5.0)
fastimage (2.2.6)
bigdecimal (3.1.7)
diff-lcs (1.5.1)
fastimage (2.2.7)
hashery (2.1.2)
pdf-reader (2.9.2)
Ascii85 (~> 1.0)
Expand All @@ -18,27 +19,25 @@ GEM
ruby-rc4
ttfunk
rake (13.0.6)
rspec (3.11.0)
rspec-core (~> 3.11.0)
rspec-expectations (~> 3.11.0)
rspec-mocks (~> 3.11.0)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.0)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-mocks (3.11.1)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
ruby-rc4 (0.1.5)
ttfunk (1.7.0)
ttfunk (1.8.0)
bigdecimal (~> 3.1)

PLATFORMS
arm64-darwin-21
x86-mingw32
x86_64-darwin-20
x86_64-linux

DEPENDENCIES
Dhalang!
Expand All @@ -49,4 +48,4 @@ DEPENDENCIES
rspec (~> 3.0)

BUNDLED WITH
2.3.6
2.3.7
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dhalang",
"version": "0.6.6",
"version": "0.7.0",
"description": "",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit a8ca26d

Please sign in to comment.