Skip to content

Commit

Permalink
update sisimai
Browse files Browse the repository at this point in the history
Using the repository source directly, since v4.25.16p1 seems
not (yet?) released on RubyGems (only v4.25.16).
  • Loading branch information
dmke committed Feb 1, 2024
1 parent 241c777 commit a934ad0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN set -ex \
make \
gcc \
libc-dev \
git \
&& bundle config set --local deployment "true" \
&& bundle config set --local without "development test" \
&& bundle install \
Expand Down
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
source "https://rubygems.org"

git_source(:github) { |name| "https://github.com/#{name}.git" }

gem "sinatra"
gem "sisimai"
gem "sisimai", github: "sisimai/rb-sisimai", ref: "v4.25.16p1"
gem "webrick"

group :test do
Expand Down
20 changes: 14 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,31 @@
GIT
remote: https://github.com/sisimai/rb-sisimai.git
revision: 7d972e18862ab2c07a181e2839b4e78505d9d2c8
ref: v4.25.16p1
specs:
sisimai (4.25.16p1)
oj (>= 3.0.0)

GEM
remote: https://rubygems.org/
specs:
base64 (0.2.0)
bigdecimal (3.1.6)
byebug (11.1.3)
coderay (1.1.3)
diff-lcs (1.5.0)
diff-lcs (1.5.1)
method_source (1.0.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
oj (3.15.1)
oj (3.16.3)
bigdecimal (>= 3.0)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
rack (3.0.8)
rack (3.0.9)
rack-protection (4.0.0)
base64 (>= 0.1.0)
rack (>= 3.0.0, < 4)
Expand Down Expand Up @@ -43,8 +53,6 @@ GEM
rack-protection (= 4.0.0)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
sisimai (4.25.16)
oj (>= 3.0.0)
tilt (2.3.0)
webrick (1.8.1)

Expand All @@ -56,7 +64,7 @@ DEPENDENCIES
rack-test
rspec
sinatra
sisimai
sisimai!
webrick

BUNDLED WITH
Expand Down

0 comments on commit a934ad0

Please sign in to comment.