mirror of
https://github.com/moebooru/moebooru
synced 2025-08-22 01:47:48 +00:00
Add pry \o/
This commit is contained in:
parent
f5b16e80cf
commit
07309417fe
2
Gemfile
2
Gemfile
@ -62,6 +62,8 @@ group :test do
|
||||
gem "m"
|
||||
end
|
||||
|
||||
gem "pry", :group => [:development, :test]
|
||||
|
||||
gem "oj", :platforms => :mri
|
||||
gem "multi_json"
|
||||
gem "jbuilder", "~> 2.0" # Rails 4.2 default
|
||||
|
21
Gemfile.lock
21
Gemfile.lock
@ -49,6 +49,7 @@ GEM
|
||||
addressable (2.3.8)
|
||||
arel (6.0.2)
|
||||
builder (3.2.2)
|
||||
coderay (1.1.0)
|
||||
coffee-rails (4.1.0)
|
||||
coffee-script (>= 2.2.0)
|
||||
railties (>= 4.0.0, < 5.0)
|
||||
@ -67,6 +68,7 @@ GEM
|
||||
actionmailer (>= 3.0.4)
|
||||
activesupport (>= 3.0.4)
|
||||
execjs (2.5.2)
|
||||
ffi (1.9.10-java)
|
||||
foreigner (1.7.4)
|
||||
activerecord (>= 3.0.0)
|
||||
gctools (0.2.3)
|
||||
@ -114,6 +116,20 @@ GEM
|
||||
oj (2.12.10)
|
||||
pg (0.18.2)
|
||||
pg (0.18.2-x86-mingw32)
|
||||
pry (0.10.1)
|
||||
coderay (~> 1.1.0)
|
||||
method_source (~> 0.8.1)
|
||||
slop (~> 3.4)
|
||||
pry (0.10.1-java)
|
||||
coderay (~> 1.1.0)
|
||||
method_source (~> 0.8.1)
|
||||
slop (~> 3.4)
|
||||
spoon (~> 0.0)
|
||||
pry (0.10.1-x86-mingw32)
|
||||
coderay (~> 1.1.0)
|
||||
method_source (~> 0.8.1)
|
||||
slop (~> 3.4)
|
||||
win32console (~> 1.3)
|
||||
puma (2.12.2)
|
||||
puma (2.12.2-java)
|
||||
quiet_assets (1.1.0)
|
||||
@ -167,6 +183,9 @@ GEM
|
||||
tilt (~> 1.1)
|
||||
sitemap_generator (5.1.0)
|
||||
builder
|
||||
slop (3.6.0)
|
||||
spoon (0.0.4)
|
||||
ffi
|
||||
sprockets (3.2.0)
|
||||
rack (~> 1.0)
|
||||
sprockets-rails (2.3.2)
|
||||
@ -191,6 +210,7 @@ GEM
|
||||
unicorn (~> 4)
|
||||
will-paginate-i18n (0.1.15)
|
||||
will_paginate (3.0.7)
|
||||
win32console (1.3.2-x86-mingw32)
|
||||
|
||||
PLATFORMS
|
||||
java
|
||||
@ -226,6 +246,7 @@ DEPENDENCIES
|
||||
non-stupid-digest-assets
|
||||
oj
|
||||
pg
|
||||
pry
|
||||
puma
|
||||
quiet_assets
|
||||
rack-mini-profiler
|
||||
|
Loading…
x
Reference in New Issue
Block a user