Skip to content

Commit

Permalink
Commit a Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshenny committed Apr 10, 2024
1 parent b7f423d commit c215c00
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ tmp
_yardoc
doc/

*.lock
.rubocop-http*
51 changes: 51 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
PATH
remote: .
specs:
memcached_store (2.3.4)
activesupport (>= 6)
memcached (~> 1.8)

GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.3.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
base64 (0.2.0)
bigdecimal (3.1.7)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
drb (2.2.1)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
memcached (1.8.0)
minitest (5.22.3)
mocha (2.2.0)
ruby2_keywords (>= 0.0.5)
mutex_m (0.2.0)
rake (13.2.1)
ruby2_keywords (0.0.5)
snappy (0.4.0)
timecop (0.9.8)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)

PLATFORMS
ruby

DEPENDENCIES
memcached_store!
mocha
rake
snappy
timecop

BUNDLED WITH
2.5.7

0 comments on commit c215c00

Please sign in to comment.