Skip to content
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ gem 'select2-rails', '~> 3'
# background jobs
gem 'sidekiq'
gem 'sidekiq-limit_fetch'
gem 'sinatra', '~> 2.0.0.beta2'
gem 'sinatra', '~> 2.2.3'

# file upload
gem 'carrierwave'
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ GEM
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.1.1)
mustermann (1.1.1)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
nested_form (0.3.2)
net-scp (3.0.0)
Expand Down Expand Up @@ -454,8 +454,8 @@ GEM
pg (1.2.3)
public_suffix (4.0.6)
racc (1.5.2)
rack (2.2.3)
rack-protection (2.0.8.1)
rack (2.2.4)
rack-protection (2.2.3)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -596,10 +596,10 @@ GEM
simple_form (5.1.0)
actionpack (>= 5.2)
activemodel (>= 5.2)
sinatra (2.0.8.1)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.8.1)
sinatra (2.2.3)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.3)
tilt (~> 2.0)
sitemap_generator (6.1.2)
builder (~> 3.0)
Expand All @@ -623,7 +623,7 @@ GEM
temple (0.8.2)
thor (1.1.0)
thread_safe (0.3.6)
tilt (2.0.10)
tilt (2.0.11)
timecop (0.9.4)
tzinfo (1.2.9)
thread_safe (~> 0.1)
Expand Down Expand Up @@ -716,7 +716,7 @@ DEPENDENCIES
sidekiq
sidekiq-limit_fetch
simple_form
sinatra (~> 2.0.0.beta2)
sinatra (~> 2.2.3)
sitemap_generator
slack-notifier
slackistrano
Expand Down