Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'httparty'
gem 'httparty', '>= 0.14.0'
gem 'nokogiri', '>= 1.10.8'
gem 'model_un'
gem 'aws-sdk', '>= 1.52.0'
Expand Down Expand Up @@ -28,6 +28,6 @@ end

gem 'sinatra'
gem 'tilt', '~> 1.4.1'
gem 'tilt-jbuilder', require: 'sinatra/jbuilder'
gem 'tilt-jbuilder', '0.6.1'
gem 'endpoint_base', :github => 'spree/endpoint_base'
gem 'rake'
42 changes: 22 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ GIT
GEM
remote: https://rubygems.org/
specs:
activesupport (4.1.5)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
activesupport (5.2.4.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
thread_safe (~> 0.1)
tzinfo (~> 1.1)
addressable (2.3.6)
aws-eventstream (1.0.3)
Expand Down Expand Up @@ -786,6 +785,7 @@ GEM
timers (~> 1.1.0)
coderay (1.1.0)
columnize (0.8.9)
concurrent-ruby (1.1.6)
crack (0.4.2)
safe_yaml (~> 1.0.0)
debugger-linecache (1.2.0)
Expand All @@ -808,28 +808,30 @@ GEM
guard-rspec (4.3.1)
guard (~> 2.1)
rspec (>= 2.14, < 4.0)
httparty (0.13.1)
json (~> 1.8)
httparty (0.18.0)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
i18n (0.6.11)
jbuilder (2.1.3)
activesupport (>= 3.0.0, < 5)
multi_json (~> 1.2)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
jbuilder (2.10.0)
activesupport (>= 5.0.0)
jmespath (1.4.0)
json (1.8.6)
json (1.8.6-java)
json (2.3.0)
json (2.3.0-java)
kgio (2.9.2)
listen (2.7.9)
celluloid (>= 0.15.2)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
lumberjack (1.0.9)
method_source (0.8.2)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2020.0425)
mini_portile2 (2.4.0)
minitest (5.4.0)
minitest (5.14.0)
model_un (0.2.1)
multi_json (1.10.1)
multi_xml (0.5.5)
multi_xml (0.6.0)
nokogiri (1.10.8)
mini_portile2 (~> 2.4.0)
nokogiri (1.10.8-java)
Expand Down Expand Up @@ -877,15 +879,15 @@ GEM
ffi
terminal-notifier-guard (1.5.3)
thor (0.19.1)
thread_safe (0.3.4)
thread_safe (0.3.4-java)
thread_safe (0.3.6)
thread_safe (0.3.6-java)
tilt (1.4.1)
tilt-jbuilder (0.6.1)
jbuilder
tilt (<= 1.5.0)
timecop (0.7.1)
timers (1.1.0)
tzinfo (1.2.2)
tzinfo (1.2.7)
thread_safe (~> 0.1)
unicorn (4.8.3)
kgio (~> 2.6)
Expand All @@ -905,7 +907,7 @@ DEPENDENCIES
endpoint_base!
foreman
guard-rspec
httparty
httparty (>= 0.14.0)
model_un
nokogiri (>= 1.10.8)
pry
Expand All @@ -917,7 +919,7 @@ DEPENDENCIES
sinatra
terminal-notifier-guard
tilt (~> 1.4.1)
tilt-jbuilder
tilt-jbuilder (= 0.6.1)
timecop
unicorn
vcr
Expand Down