Skip to content

Commit c9997b2

Browse files
committed
Add rake to Gemfile
1 parent 495aace commit c9997b2

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ source "http://rubygems.org"
22

33
gemspec
44

5+
gem 'rake'
56
gem 'omniauth', '~> 1.0'

Gemfile.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
omniauth-yandex (0.0.2)
4+
omniauth-yandex (0.0.3)
55
omniauth (~> 1.0)
66
omniauth-oauth2 (~> 1.0)
77

@@ -28,13 +28,15 @@ GEM
2828
oauth2 (~> 1.1)
2929
omniauth (~> 1.9)
3030
rack (2.0.6)
31+
rake (12.3.2)
3132

3233
PLATFORMS
3334
ruby
3435

3536
DEPENDENCIES
3637
omniauth (~> 1.0)
3738
omniauth-yandex!
39+
rake
3840

3941
BUNDLED WITH
4042
2.0.1

0 commit comments

Comments
 (0)