summary refs log tree commit diff
path: root/pkgs/applications/editors/jupyter-kernels/iruby/Gemfile.lock
blob: 5d59b8e03df0a6ecf85d98c76226d1ef526b2b5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
GEM
  remote: https://rubygems.org/
  specs:
    data_uri (0.1.0)
    ffi (1.15.5)
    ffi-rzmq (2.0.7)
      ffi-rzmq-core (>= 1.0.7)
    ffi-rzmq-core (1.0.7)
      ffi
    io-console (0.6.0)
    irb (1.7.4)
      reline (>= 0.3.6)
    iruby (0.7.4)
      data_uri (~> 0.1)
      ffi-rzmq
      irb
      mime-types (>= 3.3.1)
      multi_json (~> 1.11)
      native-package-installer
    mime-types (3.5.1)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2023.0808)
    multi_json (1.15.0)
    native-package-installer (1.1.8)
    reline (0.3.8)
      io-console (~> 0.5)

PLATFORMS
  ruby

DEPENDENCIES
  iruby (= 0.7.4)

BUNDLED WITH
   2.4.19